Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
examples/ | H | 03-May-2022 | - | 24 | 18 | |
src/ | H | 03-May-2022 | - | 340 | 241 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 06-Jul-2020 | 74 | 6 | 5 | |
.gitignore | H A D | 06-Jul-2020 | 18 | 3 | 2 | |
.travis.yml | H A D | 06-Jul-2020 | 99 | 11 | 8 | |
Cargo.lock | H A D | 06-Jul-2020 | 19.1 KiB | 778 | 694 | |
Cargo.toml | H A D | 06-Jul-2020 | 1.2 KiB | 46 | 39 | |
Cargo.toml.orig-cargo | H A D | 06-Jul-2020 | 720 | 25 | 21 | |
LICENSE-APACHE | H A D | 06-Jul-2020 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | H A D | 06-Jul-2020 | 1 KiB | 21 | 16 | |
README.md | H A D | 06-Jul-2020 | 600 | 17 | 9 |
README.md
1# hyper-tls 2 3Provides an HTTPS connector for use with [hyper](https://hyper.rs). 4 5[Documentation](https://docs.rs/hyper-tls) 6 7## License 8 9Licensed under either of 10 11- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://apache.org/licenses/LICENSE-2.0) 12- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) 13 14### Contribution 15 16Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. 17