httprb/http
HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 99
- Release rhythm 80
- 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: 3
- age_days: 5445
- days_rel: 135
- days_push: 8
- n_releases_24m: 4
Adoption not part of the score
3084 stars · 325 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
http.rb is a fast, easy-to-use Ruby HTTP client library with a chainable API. It implements the HTTP protocol natively using the llhttp parser for high performance, with support for streaming responses, persistent connections, and fine-grained timeouts.
Use cases
- make http requests from ruby
- stream large http response bodies
- ruby http client with timeouts
- replace net::http with a cleaner api
- download files over http in ruby
- make persistent keep-alive http connections
When to choose
- you want a clean, chainable API instead of Net::HTTP
- you need high-performance HTTP parsing via native extensions
- you need response body streaming or fine-grained timeouts
- you need persistent connections in Ruby
When to avoid
- you need a full-featured client with built-in retries, cookies, and middleware out of the box
- your project already standardizes on another Ruby HTTP client like Faraday
- you need async/evented HTTP (consider a dedicated async client)
Facets
library · maturity active
http-client web-development developer-tools apis ruby cross-platform http streaming timeouts chainable-api llhttp
1 source
- readme: https://github.com/httprb/http · fetched 2026-08-28 · b19bcc3ccb13
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| httprb/http | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem