# libnghttp2
[](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.