A simple reverse proxy for use with Hyper and Tokio
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md |
hyper-reverse-proxy
A simple reverse proxy, to be used with Hyper and Tokio.
The implementation was originally based on Go's httputil.ReverseProxy
.