An HTTP library for Rust
  • Rust 96.3%
  • C 3.5%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-22 23:55:24 +02:00
benches chore: sync dependencies (monorepo) 2026-04-11 00:44:52 +02:00
capi chore(license): update copyright year to 2026 (#4007) 2026-01-12 10:59:40 -05:00
docs docs(MAINTAINERS): add katelyn martin as collaborator (#3878) 2025-04-21 10:09:14 -04:00
examples chore: sync dependencies (monorepo) 2026-04-11 00:44:52 +02:00
src fix: update SmallVec syntax to v2 API (SmallVec<T, N> instead of SmallVec<[T; N]>) 2026-05-22 23:55:24 +02:00
tests chore: sync dependencies (monorepo) 2026-04-11 00:44:52 +02:00
.gitignore chore: sync dependencies (monorepo) 2026-03-31 00:05:22 +02:00
Cargo.toml Update to use smallvec v2 from git.sly.so/kade 2026-05-22 10:50:55 +02:00
LICENSE chore(license): update copyright year to 2026 (#4007) 2026-01-12 10:59:40 -05:00
README.md docs(readme): update readme for 1.0 2023-11-15 15:08:16 -05:00

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.