libnghttp2 1.68.0-rc.0

FFI bindings to the HTTP/2 framing layer of nghttp2 C library
Documentation
1
2
3
4
5
6
7
8
9
# libnghttp2

[![Crates.io](https://img.shields.io/crates/v/libnghttp2.svg)](https://crates.io/crates/libnghttp2)

[Documentation]https://docs.rs/libnghttp2 | [C API]https://nghttp2.org/documentation/apiref.html

_libnghttp2_ provides FFI bindings to the HTTP/2 framing layer of nghttp2 C library.

You can use it for raw frame parsing to implement rfc9113-compliant HTTP/2 clients, servers and proxies.