# hyper-rustls
This is an integration between the [rustls TLS stack](https://github.com/ctz/rustls)
and the [hyper HTTP library](https://github.com/hyperium/hyper).
[](https://travis-ci.org/ctz/hyper-rustls)
[](https://dev.azure.com/ctz99/ctz/_build/latest?definitionId=4&branchName=master)
[](https://crates.io/crates/hyper-rustls)
[API Documentation](https://docs.rs/hyper-rustls/)
By default clients verify certificates using the `webpki-roots` crate, which includes
the Mozilla root CAs.
# License
hyper-rustls is distributed under the following three licenses:
- Apache License version 2.0.
- MIT license.
- ISC license.
These are included as LICENSE-APACHE, LICENSE-MIT and LICENSE-ISC
respectively. You may use this software under the terms of any
of these licenses, at your option.