Function scl_core::http::download

source ·
pub async fn download(
    uris: &[impl AsRef<str> + Debug],
    dest_path: &str,
    _size: usize
) -> Result<()>
Expand description

根据所给链接,依次尝试请求下载

启发自 PCL1 源代码

TODO: 如 size 参数为非零值,则将会使用分片下载