A simple reverse proxy for use with Hyper and Tokio
Go to file
Brendan Zabarauskas db21a7b721 Bump cargo version
2017-07-15 16:55:08 +10:00
src Add tests for forwarded for header 2017-07-15 16:54:46 +10:00
tests Add tests for forwarded for header 2017-07-15 16:54:46 +10:00
.gitignore Initial commit 2017-07-15 16:28:59 +10:00
.travis.yml Initial commit 2017-07-15 16:28:59 +10:00
Cargo.toml Bump cargo version 2017-07-15 16:55:08 +10:00
LICENSE Initial commit 2017-07-15 16:28:59 +10:00
README.md Initial commit 2017-07-15 16:28:59 +10:00

hyper-reverse-proxy

Build Status Documentation Version License

A simple reverse proxy, to be used with Hyper and Tokio.

The implementation was originally based on Go's httputil.ReverseProxy.