Function block_download_file

Source
pub fn block_download_file(
    url: &str,
    save_path: &str,
    callback: Option<fn(cur: u64, total: u64)>,
) -> Result<(), String>
Available on crate feature net only.
Expand description

send get request save to file