hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

Replace rustful with hyper #73

Closed hjr3 closed 7 years ago

hjr3 commented 7 years ago

The management code is using the rustful framework. This means we have two different versions of hyper in the code base. The API surface area is minimal enough that I think we should replace rustful with raw hyper.

hjr3 commented 7 years ago

Fixed in #85