A fast and correct HTTP implementation for Rust.
Hyper is a fast, safe HTTP implementation written in and for Rust.
- A Client for talking to web services.
- A Server for building those web services.
- Blazing fast* thanks to Rust.
- High concurrency with non-blocking sockets.
- HTTP/1 and HTTP/2 support.