13 releases (5 stable)
Uses old Rust 2015
1.3.0 | Jan 8, 2021 |
---|---|
1.2.0 | Oct 6, 2020 |
1.0.0 | Jan 3, 2020 |
0.15.2 | Oct 1, 2019 |
0.13.1 | Jun 26, 2018 |
#15 in HTTP client
34,224 downloads per month
Used in 43 crates
(21 directly)
390KB
7.5K
SLoC
hyperx
Hyper is the low-level HTTP implementation for Rust. Hyperx is an extraction of the hyper 0.11 typed header module, with minimized dependencies, for continued use with hyper 0.12 or later, where it was dropped.
Minimum supported rust version
MSRV := 1.39.0
The crate will fail fast on any lower rustc (via a build.rs version check) and is also CI tested on this version.
License
The MIT license (LICENSE or http://opensource.org/licenses/MIT)
Dependencies
~1MB
~20K SLoC