# nghttp3 **Repository Path**: shangu1976/nghttp3 ## Basic Information - **Project Name**: nghttp3 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-29 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nghttp3 ======= nghttp3 is an implementation of `RFC 9114 `_ HTTP/3 mapping over QUIC and `RFC 9204 `_ QPACK in C. It does not depend on any particular QUIC transport implementation. Documentation ------------- `Online documentation `_ is available. HTTP/3 ------ This library implements `RFC 9114 `_ HTTP/3. It does not support server push. The following extensions have been implemented: - `Extensible Prioritization Scheme for HTTP `_ - `Bootstrapping WebSockets with HTTP/3 `_ It can also send and receive `SETTINGS_H3_DATAGRAM` from `HTTP Datagrams and the Capsule Protocol `_. QPACK ----- This library implements `RFC 9204 `_ QPACK. It supports dynamic table. License ------- The MIT License Copyright (c) 2019 nghttp3 contributors