elazarl/goproxy
An HTTP proxy library for Go observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 96
- Release rhythm 96
- 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: 3.0
- age_days: 5277
- days_rel: 27
- days_push: 27
- n_releases_24m: 25
Adoption not part of the score
6752 stars · 1218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GoProxy is a Go library for building customized HTTP/HTTPS proxy servers as a net/http handler. It supports regular proxying, CONNECT tunneling, MITM interception with generated TLS certificates, and programmatic request/response manipulation.
Use cases
- build a custom HTTP proxy server in Go
- intercept and modify HTTPS traffic with MITM
- rewrite requests and responses for specific hosts
- inspect TLS traffic for testing or debugging
- route proxy traffic through a custom http.Transport
- set up a local proxy for browser testing
When to choose
- you need a programmable HTTP/HTTPS proxy embedded in a Go application
- you want to intercept or modify traffic with MITM and custom CA certificates
- you need proxy behavior conditioned on specific hosts or regex patterns
- you want a proxy that integrates with net/http middleware
When to avoid
- you need a production-grade forward proxy with caching and access control out of the box
- you want a SOCKS proxy rather than HTTP/HTTPS proxying
- you need a non-Go solution or a standalone proxy binary without writing code
Facets
library · maturity stable
http-server proxy middleware networking networking web-development developer-tools security go cross-platform http-proxy https-proxy mitm connect-tunnel request-rewriting net-http-handler
1 source
- readme: https://github.com/elazarl/goproxy · fetched 2026-08-28 · 669f0863f136
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| elazarl/goproxy | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem