Hacker News new | ask | show | jobs
Hyper v1: protective and efficient HTTP for all (seanmonstar.com)
21 points by seanmonstar 949 days ago
2 comments

For anyone else immediately caught out by the separation of http1 and http2 builders in Hyper v1: auto negotiation is still available via hyper-utils:

https://github.com/hyperium/hyper-util/blob/v0.1.0/src/serve...

This is great. Thank you for all your hard work Sean!