Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhenakh/rp
a toy reverse proxy for learning purpose
https://github.com/akhenakh/rp
Last synced: 24 days ago
JSON representation
a toy reverse proxy for learning purpose
- Host: GitHub
- URL: https://github.com/akhenakh/rp
- Owner: akhenakh
- Created: 2019-11-01T13:16:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T13:16:30.000Z (about 5 years ago)
- Last Synced: 2023-03-16T13:05:22.217Z (over 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rp
--A toy reverse proxy that does not use `net/httputil`
Do not use anywhere in production.
Backends are HTTP only.
## Plan
Iterates over simple features
- simple http/1.1
- reverse lb
- cache
- x forwarded for## TODO
- xforwarded for
- sticky (crc ip)
- http2
- websocket
- backend failure detection and eviction
- dynamic discovery of the backend list