hjr3 / weldr

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

Update to hyper 0.11.0 crate #115

Closed hjr3 closed 7 years ago

hjr3 commented 7 years ago

This removes the need for Cargo.toml to specify git repositories. The only real change is that mime support moved into a new crate and the test server uses a plaintext mime type for serving the large file.