Ross ROSS = Recommend OSS · open-source software intelligence for agents

hyperium/hyper

An HTTP library for Rust observed · 2026-08-28

github.com/hyperium/hyper · homepage · Rust · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
hyperium/hypermain93

For agents

markdown · JSON · MCP: product_card(name="hyperium/hyper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem