| title | layout | permalink | redirect_from | |
|---|---|---|---|---|
Getting Started |
guide |
/guides/1/ |
|
hyper is an HTTP library for the Rust language.
If this is your first time here, take a look at how to setup.
- If building a web server, continue with the [Server guide][].
- If trying to talk to a server, continue with the [Client guide][].
You could also look at the [generated API documentaton][docs].
[docs]: {{ site.hyper_docs_url }} [Server guide]: server/hello-world [Client guide]: client/basic