Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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