#download #downloader #progress #url #callback #parallel #validation

yanked downloader-for-babylonia-terminal

A simple way to download things via HTTP/HTTPS

1 unstable release

0.1.0 May 4, 2024

#103 in #downloader


Used in 2 crates

LGPL-3.0-or-later

34KB
683 lines

downloader

!!! Warning : this is a fork of downloader, please do not use it, it will be delete soon !!!


lib.rs:

This crate provides a simple way to download files via HTTP/HTTPS.

It tries to make it very simple to just specify a couple of URLs and then go and download all of the files.

It supports system proxy configuration, parallel downloads of different files, validation of downloads via a callback, as well as files being mirrored on different machines.

Callbacks to provide progress information are supported as well.

Dependencies

~5–20MB
~299K SLoC