https://github.com/cizixs/goproxy
Simple golang proxy service
https://github.com/cizixs/goproxy
golang goproxy proxy
Last synced: 5 months ago
JSON representation
Simple golang proxy service
- Host: GitHub
- URL: https://github.com/cizixs/goproxy
- Owner: cizixs
- License: mit
- Created: 2017-01-18T10:13:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T07:32:38.000Z (about 9 years ago)
- Last Synced: 2024-06-20T10:12:13.456Z (almost 2 years ago)
- Topics: golang, goproxy, proxy
- Language: Go
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goproxy
Simple golang proxy service.
**NOTE**: This project is in active development, not ready for use.
## Features
- HTTP and HTTPS protocols support
- Rewrite headers is easy as breeze
- Formatted log, easy to debug and check request stats
- Support proxy to multiple backends for Load Balance
- Health check and failover
- Built-in rate limit
- Flexible filter policy based on host, url, method
- Multiple load balance algorithms
## License
MIT