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

imroc/req

Simple Go HTTP client with Black Magic observed · 2026-08-28

github.com/imroc/req · homepage · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
imroc/reqmain98

For agents

markdown · JSON · MCP: product_card(name="imroc/req")

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