hyper.rs
  • Guides
  • Contrib
  • Source

Init

  • Initial Setup
  • Runtime

Server

  • Getting Started with a Server
  • Echo, echo, echo
  • Getting Started with a Server Middleware
  • Gracefully Shutdown a Server

Client

  • Getting Started with a Client
  • Connectors, Pools, and HTTPS

Upgrading

Additional Examples API Reference

Getting Started

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.

© 2024 hyper
edit this page on github