# ntex-h2
HTTP/2 client & server implementation for Rust.
[](https://opensource.org/licenses/MIT)
[](https://crates.io/crates/ntex-h2)
[](https://docs.rs/ntex-h2)
[](https://releases.rs/docs/1.85.0/)
[](https://github.com/ntex-rs/ntex-h2/actions/workflows/CI.yml)
[](https://codecov.io/gh/ntex-rs/ntex-h2)
More information about this crate can be found in the [crate documentation][dox].
[dox]: https://docs.rs/ntex-h2
## Features
* Client and server HTTP/2 implementation.
* Implements part of HTTP/2 specification (priority and push are not supported).
* Passes [h2spec](https://github.com/summerwind/h2spec).
### Original
This is fork of [h2 crate](https://crates.io/crates/h2) optimized for ntex framework
[h2spec]: https://github.com/summerwind/h2spec