reqwest
reqwest copied to clipboard
Resumable Downloads
I think reqwestsh should get some functionality to support resumable downloads. This feature was also requested here https://github.com/seanmonstar/reqwest/issues/305, but the reqwest_resume lobary seems like no longer maintained since 2 years. It doesnt need to be much some simple helpers would fullfill the purpose. However many people using reqwest for downloading files would benefit from it.
Thx in advance
That crate has only one source file, and still uses the 2018 edition (no async fn).