ntex-h2

Crates.iontex-h2
lib.rsntex-h2
version1.5.0
sourcesrc
created_at2022-06-27 09:04:25.806555
updated_at2024-12-04 10:07:25.677756
descriptionAn HTTP/2 client and server
homepage
repositoryhttps://github.com/ntex-rs/ntex-h2
max_upload_size
id614014
size575,295
Nikolay Kim (fafhrd91)

documentation

https://docs.rs/ntex-h2

README

ntex-h2

HTTP/2 client & server implementation for Rust.

License: MIT Crates.io Documentation Version CI codecov

More information about this crate can be found in the crate documentation.

Features

  • Client and server HTTP/2 implementation.
  • Implements part of HTTP/2 specification (priority and push are not supported).
  • Passes h2spec.

Original

This is fork of h2 crate optimized for ntex framework

Commit count: 725

cargo fmt