Sunbeam Studios

Our open-source projects, here for you!

hyper (1.8.1)

Published 2026-03-26 10:32:58 +00:00 by siennathesane

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add hyper@1.8.1

About this package

A protective and efficient HTTP library for all.

hyper

crates.io Released API docs MIT licensed CI Discord chat

A protective and efficient HTTP library for all.

  • 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 not sure what HTTP server to choose, then you may want to consider axum or warp, the latter taking a more functional approach. 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

ID Version
atomic-waker ^1.1.2
bytes ^1.2
futures-channel ^0.3
futures-core ^0.3.31
futures-util ^0.3
h2 ^0.4.2
http ^1
http-body ^1
http-body-util ^0.1
httparse ^1.9
httpdate ^1.0
itoa ^1
pin-project-lite ^0.2.4
pin-utils ^0.1
smallvec ^1.12
tokio ^1
tracing ^0.1
want ^0.3
form_urlencoded ^1
futures-channel ^0.3
futures-util ^0.3
http-body-util ^0.1
pin-project-lite ^0.2.4
pretty_env_logger ^0.5
serde ^1.0
serde_json ^1.0
spmc ^0.3
tokio ^1
tokio-test ^0.4
tokio-util ^0.7.10

Keywords

http hyper hyperium
Details
Cargo
2026-03-26 10:32:58 +00:00
0
Sean McArthur <sean@seanmonstar.com>
MIT
153 KiB
Assets (1)
Versions (1) View all
1.8.1 2026-03-26