KodrAus / old-rust-web-app

A sample web app written in Rust
Apache License 2.0
4 stars 0 forks source link

Update for Hyper 0.10 #2

Open KodrAus opened 7 years ago

KodrAus commented 7 years ago

See: https://github.com/hyperium/hyper/issues/934

Once the tokio stack is released and hyper 0.10 is too this sample and book should be updated with the new concepts in a new section.

The iron part can't really be done until it's up to date with async io.

KodrAus commented 7 years ago

That'shyper 0.11. And this could probably be done now that it's in master.