tree: 6a41ba6ec1cba6e4f58df2f0ce534fdca0c1e522 [path history] [tgz]
  1. .github/
  2. examples/
  3. src/
  4. tests/
  5. .cargo-checksum.json
  6. .cargo_vcs_info.json
  7. .rustfmt.toml
  8. BUILD.bazel
  9. Cargo.lock
  10. Cargo.toml
  11. Cargo.toml.orig
  12. LICENSE
  13. LICENSE-APACHE
  14. LICENSE-ISC
  15. LICENSE-MIT
  16. OWNERS
  17. README.md
  18. RELEASING.md
third_party/rust_crates/vendor/hyper-rustls-0.24.2/README.md

hyper-rustls

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

Build Status Crate Documentation

Release history

Release history can be found on GitHub.

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.

Running examples

server

cargo run --example server

client

cargo run --example client "https://docs.rs/hyper-rustls/latest/hyper_rustls/"