Skip to main content

download

Function download 

Source
pub fn download(url: impl AsRef<str>) -> Result<Vec<u8>>
Expand description

Download a file from the given URL and return the data.