44 releases (25 breaking)

new 0.27.0 Mar 26, 2024
0.25.0 Jan 4, 2024
0.24.2 Oct 26, 2023
0.24.1 Jul 4, 2023
0.2.0 Oct 8, 2016

#4 in HTTP server

Download history 866155/week @ 2023-12-07 793908/week @ 2023-12-14 483478/week @ 2023-12-21 540452/week @ 2023-12-28 839681/week @ 2024-01-04 884753/week @ 2024-01-11 998796/week @ 2024-01-18 985879/week @ 2024-01-25 1032530/week @ 2024-02-01 1029540/week @ 2024-02-08 996792/week @ 2024-02-15 1082086/week @ 2024-02-22 1143360/week @ 2024-02-29 1053897/week @ 2024-03-07 1041362/week @ 2024-03-14 857479/week @ 2024-03-21

4,295,734 downloads per month
Used in 2,348 crates (970 directly)

Apache-2.0 OR ISC OR MIT

34KB
585 lines

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/"

Dependencies

~12–30MB
~578K SLoC