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

parnurzeal/gorequest

GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent ) observed · 2026-08-28

github.com/parnurzeal/gorequest · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

54/100

  • Activity 55
  • Release rhythm 27
  • 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: n/a
  • age_days: 4578
  • days_rel: 273
  • days_push: 273
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3515 stars · 416 forks observed · 2026-08-28

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

GoRequest is a simplified HTTP client library for Go, inspired by Node.js SuperAgent, offering a fluent chainable API for making requests. It wraps Go's net/http with convenient support for JSON, multipart, proxies, timeouts, cookies, and redirect policies.

Use cases

  • make http requests in go with a simple chainable api
  • send json post requests without boilerplate
  • upload files via multipart requests in golang
  • set headers, cookies, and timeouts on http calls easily
  • call rest apis from a go application
  • configure proxies and redirect policies for http requests

When to choose

  • you want a SuperAgent-style fluent http client in Go
  • you need quick JSON or multipart requests with minimal boilerplate
  • you're building small tools or scripts that call web APIs

When to avoid

  • you need fine-grained control or modern features better served by net/http directly
  • you want a heavily maintained library with frequent updates
  • you need advanced features like retry, circuit breaking, or observability

Facets

library · maturity maintenance

http-client serialization json web-development developer-tools apis go cross-platform http rest-client fluent-api superagent-inspired multipart

2 sources

Member repositories

RepositoryRoleHealth v2
parnurzeal/gorequestmain54

For agents

markdown · JSON · MCP: product_card(name="parnurzeal/gorequest")

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