# elazarl/goproxy

An HTTP proxy library for Go

Repository: https://github.com/elazarl/goproxy
Canonical: https://ross.abutalabs.com/products/elazarl-goproxy
Language: Go
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-06T07:39:07+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 5277, "days_push": 27, "days_rel": 27, "gap_med": 3.0, "n_releases_24m": 25}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6752, forks 1218 (observed 2026-08-28T04:09:48.322113+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: http-server, proxy, middleware, networking
- domain: networking, web-development, developer-tools, security
- platform: go, cross-platform
- tags: http-proxy, https-proxy, mitm, connect-tunnel, request-rewriting, net-http-handler

## Member repositories
- elazarl/goproxy (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.322113+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:42:34.966740+00:00, confidence not recorded.
  - readme: https://github.com/elazarl/goproxy (fetched 2026-08-28T04:09:48.322113+00:00, sha 669f0863f136)
- Data as of 2026-08-30T08:39:29.467469+00:00.
