#http-file #download #file #parallel #async #fetch

async-fetcher

Asynchronous multi-connection multi-download resumable HTTP file fetching state machine

14 releases (7 breaking)

new 0.11.0 May 10, 2024
0.10.1 Aug 15, 2023
0.10.0 Jun 17, 2022
0.8.5 Mar 31, 2022
0.1.0 Nov 28, 2018

#76 in HTTP client

Download history 31/week @ 2024-02-19 5/week @ 2024-02-26 4/week @ 2024-03-04 25/week @ 2024-03-11 7/week @ 2024-04-01 13/week @ 2024-04-08 8/week @ 2024-04-22 159/week @ 2024-05-06

168 downloads per month
Used in apt-cmd

MPL-2.0 license

48KB
1K SLoC

Asynchronous File Fetcher

This library provides an async service that can fetch multiple files concurrently, with multiple concurrent connections per file.

If the process is terminated, the downloads can be resumed. Once fetched, checksums can be validated in parallel.

The HTTP client used by the fetcher is reqwest.

License

Licensed under the Mozilla Public License 2.0. Permissions of this copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0). It is required to add a boilerplate copyright notice to the top of each file:

// Copyright {year} {person OR org} <{email}>
// SPDX-License-Identifier: MPL-2.0

Dependencies

~9–21MB
~312K SLoC