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

MagicStack/httptools

Fast HTTP parser observed · 2026-08-28

github.com/MagicStack/httptools · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 84
  • Release rhythm 85
  • 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: 2
  • age_days: 3782
  • days_rel: 100
  • days_push: 100
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1324 stars · 104 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

httptools is a Python binding for Node.js's fast HTTP parsers (llhttp and http-parser), providing request/response parser classes and a URL parsing function. It is a framework-independent library designed for building high-performance HTTP servers and protocol tooling.

Use cases

  • parse http requests in python fast
  • build a high-performance http server in python
  • parse http responses from raw bytes
  • parse urls into structured components
  • handle chunked transfer encoding and http upgrades
  • replace slow pure-python http parsing in an asyncio server

When to choose

  • you need maximum HTTP parsing speed in Python (e.g., uvicorn-style servers)
  • you want callback-driven incremental parsing of streaming HTTP data
  • you need framework-independent HTTP protocol utilities

When to avoid

  • you just need an HTTP client or full server framework rather than a low-level parser
  • you prefer pure-Python code without C extension dependencies
  • you need HTTP/2 or HTTP/3 support

Facets

library · maturity stable

parser http-server developer-tools web-development backend apis performance python cross-platform http-parser llhttp binding cython asyncio-friendly

2 sources

Member repositories

RepositoryRoleHealth v2
MagicStack/httptoolsmain88

For agents

markdown · JSON · MCP: product_card(name="MagicStack/httptools")

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