Function depi::download_http_file

source ·
pub async fn download_http_file(url: String) -> Vec<u8> 
Expand description

Download a file to the local machine using HTTP(S)

Arguments

  • url - The URL of the file