| .. | ||
| examples | ||
| src | ||
| tests | ||
| .cargo-checksum.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| LICENSE-APACHE | ||
| LICENSE-ISC | ||
| LICENSE-MIT | ||
| README.md | ||
| RELEASING.md | ||
hyper-rustls
This is an integration between the Rustls TLS stack and the hyper HTTP library.
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/"