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

#149 in HTTP client

Download history 107/week @ 2024-01-02 244/week @ 2024-01-09 127/week @ 2024-01-16 216/week @ 2024-01-23 300/week @ 2024-01-30 130/week @ 2024-02-06 118/week @ 2024-02-13 42/week @ 2024-02-20 392/week @ 2024-02-27 239/week @ 2024-03-05 163/week @ 2024-03-12 131/week @ 2024-03-19 128/week @ 2024-03-26 136/week @ 2024-04-02 981/week @ 2024-04-09 307/week @ 2024-04-16

1,572 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–15MB
~139K SLoC