A simple reverse proxy for use with Hyper and Tokio
Go to file
Felipe Noronha 369c7a1ec7 update deps
2019-02-16 15:20:18 -02:00
src refactoring 2018-11-24 13:54:37 -02: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 update deps 2019-02-16 15:20:18 -02:00
LICENSE Initial commit 2017-07-15 16:28:59 +10:00
README.md Add examples and improve documentation 2017-07-15 18:41:44 +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.