https://github.com/zgiber/proxy
https://github.com/zgiber/proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zgiber/proxy
- Owner: zgiber
- Created: 2016-09-01T08:29:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T11:45:52.000Z (almost 10 years ago)
- Last Synced: 2025-06-06T07:51:37.464Z (about 1 year ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy
Collection of packages for composing reverse proxy implementation. Requires Go 1.7 as many pieces use context from standard lib.
Under development. Not nearly publishable. The goals for the first release are:
- A solid configuration framework
- A good router middleware
- Rate limiter middleware
- Example authentication middlewares
- URL rewrite middleware
- Load balancer middleware
- Circuit breaker