hunger / downloader

Simple HTTP/HTTPS file downloader crate.
27 stars 10 forks source link

Support building a Downloader using a provided (and pre-configured) reqwest::Client #17

Closed dralley closed 2 years ago

dralley commented 2 years ago

A user might want to use reqwest::Client features which this library doesn't have support for configuring - one easy and generic way around that would be to allow building a downloader with a provided request::Client, skipping the normal configuration steps in that case.

e.g.

It might also make sense to support those features directly and I can file separate issues for those if you agree.

hunger commented 2 years ago

Sounds like a good addition, but I will most likely not get round to implement any of them anytime soon:-( But contributions are welcome!