[][src]Function abstio::download::download_bytes

pub async fn download_bytes<I: AsRef<str>>(
    url: I,
    quiet: bool
) -> Result<Vec<u8>>

Downloads bytes from a URL. If quiet is false, prints progress. This must be called with a tokio runtime somewhere.