hyper is a fast and correct HTTP implementation written in and for Rust
- HTTP/1 and HTTP/2
- Asynchronous design
- Leading in performance
- Tested and correct
- Extensive production use
- Client and Server APIs
The hyper
crate provides a low-level HTTP implementation, means to be a building block for libraries and applications.