Hacker News new | ask | show | jobs
by steveklabnik 3476 days ago
While not quite ready for a 1.0.0, there has been some neat stuff going on in hyper: over the last week, the tokio branch added support for TLS, and from what I hear, is mostly waiting on tokio's initial release to be merged into master. Soon........
1 comments

Does the parser support HTTP2 yet?
No, but it is marked for the 1.0 release: https://github.com/hyperium/hyper/issues/304
Waiting for this and the tokio branch to be available. For now we have solicit, which is ok but could have a better interface for async io.