9 releases

0.14.60 Oct 31, 2024
0.14.51 Oct 25, 2024
0.14.40 Sep 22, 2024
0.14.33 Aug 12, 2024

#148 in HTTP client

Download history 653/week @ 2024-08-19 236/week @ 2024-08-26 130/week @ 2024-09-02 249/week @ 2024-09-09 490/week @ 2024-09-16 705/week @ 2024-09-23 299/week @ 2024-09-30 409/week @ 2024-10-07 578/week @ 2024-10-14 614/week @ 2024-10-21 851/week @ 2024-10-28 412/week @ 2024-11-04 328/week @ 2024-11-11 318/week @ 2024-11-18 92/week @ 2024-11-25 72/week @ 2024-12-02

866 downloads per month
Used in hyper-rboring

MIT license

1MB
19K SLoC

hyper

crates.io Released API docs MIT licensed CI Discord chat

This project is forked from cloudflare hyper

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

~4–12MB
~127K SLoC