hyperium/hyper
An HTTP library for Rust observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 81
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 38.5
- age_days: 4386
- days_rel: 44
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
16296 stars · 1793 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
hyper is a fast, correct, low-level HTTP implementation for Rust providing both client and server APIs with HTTP/1 and HTTP/2 support. It is designed as a building block for libraries and applications rather than a convenient end-user HTTP tool.
Use cases
- implement an HTTP server in Rust
- make HTTP requests from a Rust application
- build a web framework or higher-level HTTP client on top of a solid foundation
- handle high-concurrency HTTP/1 and HTTP/2 traffic
- embed an HTTP client or server in another service or tool
When to choose
- you need a fast, memory-safe, low-level HTTP building block in Rust
- you are building a framework, proxy, or library that needs HTTP client/server primitives
- you need fine control over HTTP/1 and HTTP/2 behavior with async I/O
When to avoid
- you just want a convenient high-level HTTP client - use reqwest instead
- you want an opinionated web framework with routing and middleware out of the box - use axum or warp
- you are not working in Rust
Facets
library · maturity stable
http-client http-server web-framework web-development backend apis networking rust cross-platform http1 http2 async tokio low-level
3 sources
- readme: https://github.com/hyperium/hyper · fetched 2026-08-28 · 9f8d9269b8bf
- homepage: https://hyper.rs · fetched 2026-08-29 · 597d55f005f8
- registry_crates: https://crates.io/api/v1/crates/hyper · fetched 2026-08-29 · d157053ba61f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hyperium/hyper | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem