tree: f6cd0f77ac427e64cc19a608a203c2f9addd48de [path history] [tgz]
  1. admin/
  2. examples/
  3. src/
  4. tests/
  5. .cargo-checksum.json
  6. Cargo.toml
  7. LICENSE
  8. LICENSE-APACHE
  9. LICENSE-ISC
  10. LICENSE-MIT
  11. README.md
third_party/rust_crates/vendor/hyper-rustls/README.md

hyper-rustls

This is an integration between the rustls TLS stack and the hyper HTTP library.

Build Status Build Status Crate

API Documentation

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.