HTTP/2 client & server implementation for Rust.
More information about this crate can be found in the crate documentation.
- Client and server HTTP/2 implementation.
- Implements part of HTTP/2 specification (priority and push are not supported).
- Passes h2spec.
This is fork of h2 crate optimized for ntex framework