Do something about Hyper. There are at least three options:
- make big patch to hyper, merge rust-http2 into hyper
- make rust-http depend on hyper, and use Hyper for HTTP/1 implementation
- make hyper depend on rust-http2, and use rust-http2 in hyper to handle HTTP/2
cc hyperium/hyper#304