hreq-h2

A Tokio un-aware, HTTP/2.0 client & server implementation for Rust.

License: MIT

This is the [h2] crate with some modification to remove dependencies on tokio. This roughly means:

The modifications are made in step-by-step commits to try and clearly illustrate how to redo the changes as the original crate updates.

Publishing this crate is by no means an attempt to take credit for or criticise the excellent work done by people behind h2/hyperium/tokio.