# Hyper
Hyper is a fast, modern HTTP implementation written in and for Rust. It
is a low-level typesafe abstraction over raw HTTP, providing an elegant
layer over "stringly-typed" HTTP.
Hyper provides both a [Client](client/index.html) and a
[Server](server/index.html), along with a
[typed Headers system](header/index.html).
If just starting out, **check out the [Guides](https://hyper.rs/guides)
first.**