felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

Update to hyper 0.14 and tokio 1 #12

Closed jtroo closed 2 years ago

jtroo commented 3 years ago

The code and doc example are both fixed after changing the dependency versions. Though the public API for hyper-reverse-proxy is unchanged, a version bump is done since the tokio v1 and v0.3 runtimes are incompatible.

felipenoris commented 2 years ago

Superseded by #15