7 releases

0.14.36 Feb 27, 2024
0.14.35 Jan 9, 2024
0.14.30 Dec 17, 2023
0.14.29 Oct 20, 2023

#164 in HTTP client

Download history 140/week @ 2024-01-18 255/week @ 2024-01-25 294/week @ 2024-02-01 119/week @ 2024-02-08 52/week @ 2024-02-15 230/week @ 2024-02-22 333/week @ 2024-02-29 149/week @ 2024-03-07 190/week @ 2024-03-14 107/week @ 2024-03-21 129/week @ 2024-03-28 141/week @ 2024-04-04 1095/week @ 2024-04-11 219/week @ 2024-04-18 679/week @ 2024-04-25 510/week @ 2024-05-02

2,549 downloads per month
Used in 3 crates

MIT license

1MB
19K SLoC

hyper

crates.io Released API docs MIT licensed CI Discord chat

A fast and correct HTTP implementation for Rust.

  • HTTP/1 and HTTP/2
  • Asynchronous design
  • Leading in performance
  • Tested and correct
  • Extensive production use
  • Client and Server APIs

Get started by looking over the guides.

"Low-level"

hyper is a relatively low-level library, meant to be a building block for libraries and applications.

If you are looking for a convenient HTTP client, then you may wish to consider reqwest. If you are looking for a convenient HTTP server, then you may wish to consider Axum. Both are built on top of this library.

Contributing

To get involved, take a look at CONTRIBUTING.

If you prefer chatting, there is an active community in the Discord server.

License

hyper is provided under the MIT license. See LICENSE.

Dependencies

~3–13MB
~130K SLoC