pub async fn http_get<I: AsRef<str>>(url: I) -> Result<Vec<u8>>
Expand description

Performs an HTTP GET request and returns the raw response. Unlike the variations in download.rs, no progress – but it works on native and web.