hyper_imp

Crates.iohyper_imp
lib.rshyper_imp
version0.14.42
sourcesrc
created_at2023-10-11 10:56:52.04233
updated_at2024-08-07 03:07:49.380823
descriptionA fast and correct HTTP library.
homepagehttps://hyper.rs
repositoryhttps://github.com/hyperium/hyper
max_upload_size
id1000085
size932,231
(0x676e67)

documentation

https://docs.rs/hyper

README

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.

Commit count: 2832

cargo fmt