download-async 0.10.10

A fast and convenient wrapper around hyper with https support.
Documentation
# download-async

[![crates.io](https://meritbadge.herokuapp.com/download-async)](https://crates.io/crates/download-async)
[![Released API docs](https://docs.rs/download-async/badge.svg)](https://docs.rs/download-async)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![CI](https://github.com/SonnyX/download-async/workflows/Rust/badge.svg)](https://github.com/SonnyX/download-async/actions?query=workflow%3ARust)

A **fast** and **convenient** HTTP client implementation for Rust.

- HTTP/1 and HTTP/2
- Asynchronous design
- HTTPS via system-native TLS
- Included Progress callbacks

**Get started** by looking over the [examples](examples/).

## Contributing

To get involved, take a look at [CONTRIBUTING](CONTRIBUTING.md).

## License

download-async is provided under the MIT license. See [LICENSE](LICENSE).