imroc/req
Simple Go HTTP client with Black Magic observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
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: 16
- age_days: 3476
- days_rel: 20
- days_push: 8
- n_releases_24m: 24
Adoption not part of the score
4853 stars · 405 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Req is a simple yet powerful Go HTTP client library with chainable APIs, supporting HTTP/1.1, HTTP/2, and HTTP/3. It offers built-in debugging dumps, automatic retries, auto-decoding, authentication, file download/upload with progress callbacks, and TLS fingerprint impersonation to bypass anti-crawler detection.
Use cases
- make http requests in go with a simple chainable client
- test apis from go code instead of curl or postman
- scrape websites that block bots via http fingerprint impersonation
- download files with progress callbacks and parallel segments
- debug http requests by dumping full request and response content
- retry failed requests with exponential backoff
- use http3 or force a specific http version
When to choose
- you want a batteries-included Go HTTP client with retries, auth, and debugging built in
- you need HTTP/3 support or automatic protocol negotiation
- you need to impersonate browser TLS fingerprints for crawling
- you want minimal-code API testing with MustXXX helpers
When to avoid
- you need only the standard library and want zero dependencies
- you are building a server rather than a client
- you need a general-purpose scraping framework with parsing and scheduling
Facets
library · maturity active
http-client middleware serialization web-scraping web-development developer-tools apis crawlers go cross-platform http2 http3 retry fingerprint-impersonation api-testing debugging file-download
10 sources
- readme: https://github.com/imroc/req · fetched 2026-08-28 · 920e9eb7c74a
- homepage: https://req.cool · fetched 2026-08-29 · 445488fcdbf2
- site_page: https://req.cool/docs/prologue/introduction · fetched 2026-08-29 · 48054d91d580
- site_page: https://req.cool/docs/prologue/quickstart · fetched 2026-08-29 · db547deb9ac5
- site_page: https://req.cool/docs/tutorial/debugging · fetched 2026-08-29 · b11dd2add5ee
- site_page: https://req.cool/docs/tutorial/quick-test · fetched 2026-08-29 · 5033b21245d3
- site_page: https://req.cool/docs/tutorial/auto-decode · fetched 2026-08-29 · e7a7369420f2
- site_page: https://req.cool/docs/tutorial/force-http-version · fetched 2026-08-29 · 43e9846f0b69
- site_page: https://req.cool/docs/tutorial/retry · fetched 2026-08-29 · 6d1d55ff71a7
- site_page: https://req.cool/docs/tutorial/download · fetched 2026-08-29 · f7f62930c496
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| imroc/req | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem