Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 525 Bytes

File metadata and controls

21 lines (16 loc) · 525 Bytes
title layout permalink redirect_from
Getting Started
guide
/guides/1/
/guides/

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