pub async fn fetch_url(url_str: &str) -> Result<Vec<u8>>
Fetches the content of a URL. Supported URL schemes are http, https, and file.
http
https
file