taf2/curb
Ruby bindings for libcurl observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6623
- days_rel: n/a
- days_push: 33
- n_releases_24m: 0
Adoption not part of the score
1331 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Curb provides Ruby-language bindings for libcurl, the fully-featured client-side URL transfer library, supporting both easy and multi modes. It offers HTTP GET/POST, FTP upload/download, and proxy tunneling with the advantage of handling timeouts without threads.
Use cases
- make http requests from ruby
- download files over ftp in ruby
- upload files via ftp
- perform concurrent http requests with curl multi
- fetch urls with strict timeouts without threads
- use ftp through an http proxy tunnel
When to choose
- you need libcurl's protocol breadth (http, ftp, proxies) in Ruby
- you need reliable request timeouts without spawning threads
- you need high-performance native HTTP transfers in Ruby
When to avoid
- you want a pure-Ruby dependency-free HTTP client
- you only need simple REST calls and prefer a higher-level API like faraday or httparty
- you need libcurl features beyond easy and multi modes
Facets
library · maturity active
http-client web-scraping web-development developer-tools apis ruby windows libcurl ftp curl-bindings native-extension linux macos
1 source
- readme: https://github.com/taf2/curb · fetched 2026-08-28 · 6d4407127757
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| taf2/curb | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem