rust-http2
rust-http2 copied to clipboard
Hyper
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 https://github.com/hyperium/hyper/issues/304
Any final decisions? I'd like to solve this issue.
No decision. I'd start with prototyping it to understand which way is better. And for prototyping I'd chose second option. Please note that this task is probably much harder than it looks like.