Function fetch_url

Source
pub async fn fetch_url(url_str: &str) -> Result<Vec<u8>>
Expand description

Fetches the content of a URL. Supported URL schemes are http, https, and file.