go-resty/resty
Simple HTTP, REST, and SSE client library for Go observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 94
- Release rhythm 87
- 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: 11
- age_days: 4023
- days_rel: 86
- days_push: 39
- n_releases_24m: 14
Adoption not part of the score
11767 stars · 799 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Resty is a simple HTTP, REST, and SSE client library for Go with a fluent API. It provides middleware, retries with backoff, circuit breaking, redirects, digest authentication, HTTP tracing, and curl command generation.
Use cases
- make HTTP requests in Go
- call REST APIs from a Go application
- consume server-sent events (SSE) in Go
- retry failed HTTP requests with exponential backoff
- add middleware to HTTP requests in Go
- generate curl commands from requests
- authenticate with digest auth in Go
When to choose
- you want a friendlier, higher-level HTTP client than net/http in Go
- you need built-in retries, backoff, and circuit breaking
- you need SSE client support
- you want request/response middleware and tracing
When to avoid
- you only need basic requests and prefer the standard library net/http
- you need a full gRPC or GraphQL client
- you are not working in Go
Facets
library · maturity active
http-client middleware caching web-development backend apis developer-tools go cross-platform rest-client sse-client http retry circuit-breaker backoff digest-authentication curl-generation service-discovery golang-library
1 source
- readme: https://github.com/go-resty/resty · fetched 2026-08-28 · 1397dff8a397
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-resty/resty | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem