# hyper
hyper is a **fast** and **correct** HTTP implementation written in and for Rust.
hyper provides both a [Client](client/index.html) and a
[Server](server/index.html).
If just starting out, **check out the [Guides](https://hyper.rs/guides)
first.**
If looking for just a convenient HTTP client, consider the
[reqwest](https://crates.io/crates/reqwest) crate.