HTTP proxy library for Go with middleware capabilities
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
wpetit c6b3d482cc
Cadoles/go-proxy/pipeline/head This commit looks good Details
feat: allow modification of proxy via custom factory function
5 months ago
examples feat: initial commit 7 months ago
middleware feat: initial commit 7 months ago
misc/jenkins chore: add jenkinsfile 7 months ago
util feat: initial commit 7 months ago
wildcard feat: initial commit 7 months ago
Jenkinsfile chore: add jenkinsfile 7 months ago
Makefile chore: add jenkinsfile 7 months ago
README.md feat: initial commit 7 months ago
go.mod feat: initial commit 7 months ago
go.sum feat: initial commit 7 months ago
middleware.go feat: simplify middleware stack 7 months ago
options.go feat: allow modification of proxy via custom factory function 5 months ago
proxy.go feat: allow modification of proxy via custom factory function 5 months ago
proxy_test.go feat: simplify middleware stack 7 months ago

README.md

go-proxy

HTTP proxy library for Go with middleware capabilities.

Examples

See examples/ directory.