mholt/curl-to-go
Convert curl commands to Go code in your browser observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3871
- days_rel: n/a
- days_push: 645
- n_releases_24m: 0
Adoption not part of the score
1822 stars · 168 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A browser-based tool that instantly converts curl commands into Go code using net/http. It handles common flags like headers, data, basic auth, and request methods, though not all curl options.
Use cases
- convert curl command to go code
- translate api docs curl examples into go
- generate go http client code from curl
- turn curl request into net/http snippet
- convert curl headers and body to golang
When to choose
- you need quick Go code from curl samples in API documentation
- you want a zero-install tool that runs entirely in the browser
- your curl commands use common flags like -d, -H, -u, -X
When to avoid
- you need high-fidelity conversion of complex or obscure curl flags
- you need conversions to languages other than Go
- you need production-ready code with full error handling without edits
Facets
application · maturity maintenance
developer-tools parser http-client developer-tools web-development apis browser go curl code-conversion golang browser-tool http-requests
2 sources
- readme: https://github.com/mholt/curl-to-go · fetched 2026-08-28 · f1044b858184
- homepage: https://mholt.github.io/curl-to-go · fetched 2026-08-29 · 7220d8f15e72
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mholt/curl-to-go | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mholt/curl-to-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem