HTTP proxy library for Go with middleware capabilities
Go to file
wpetit 6854557831 feat: initial commit 2023-04-24 19:57:05 +02:00
examples feat: initial commit 2023-04-24 19:57:05 +02:00
middleware feat: initial commit 2023-04-24 19:57:05 +02:00
util feat: initial commit 2023-04-24 19:57:05 +02:00
wildcard feat: initial commit 2023-04-24 19:57:05 +02:00
README.md feat: initial commit 2023-04-24 19:57:05 +02:00
go.mod feat: initial commit 2023-04-24 19:57:05 +02:00
go.sum feat: initial commit 2023-04-24 19:57:05 +02:00
middleware.go feat: initial commit 2023-04-24 19:57:05 +02:00
options.go feat: initial commit 2023-04-24 19:57:05 +02:00
proxy.go feat: initial commit 2023-04-24 19:57:05 +02:00

README.md

go-proxy

HTTP proxy library for Go with middleware capabilities.

Examples

See examples/ directory.