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

earthboundkid/requests

HTTP requests for Gophers observed · 2026-08-28

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

Health v2 · maintenance only

87/100

  • Activity 98
  • Release rhythm 66
  • 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: 317.5
  • age_days: 1931
  • days_rel: 13
  • days_push: 13
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1669 stars · 61 forks observed · 2026-08-28

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

A Go library providing a fluent, declarative builder API for making HTTP client requests, wrapping net/http to reduce boilerplate. It includes JSON helpers, automatic body closing, status code checking, and transport utilities for recording and replaying requests in tests.

Use cases

  • make HTTP API calls from Go without net/http boilerplate
  • fetch a URL into a string or JSON struct in a few lines
  • POST JSON bodies to REST APIs
  • record and replay HTTP requests in Go tests
  • build custom HTTP transports with validators
  • manage query parameters and URLs when calling APIs

When to choose

  • you write Go CLI tools or services that make many HTTP API calls
  • you want safe defaults like automatic body closing and status code checks
  • you want a zero-dependency, standard-library-compatible client helper
  • you need easy request recording/replaying for tests

When to avoid

  • you need a full-featured client like advanced retries, circuit breaking, or observability out of the box
  • you prefer sticking strictly to the standard library with no wrappers
  • you are not working in Go

Facets

library · maturity stable

http-client testing developer-tools apis web-development go cross-platform fluent-api http-builder request-recorder zero-dependencies

3 sources

Member repositories

RepositoryRoleHealth v2
earthboundkid/requestsmain87

For agents

markdown · JSON · MCP: product_card(name="earthboundkid/requests")

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