|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
QPACK (RFC 9204) - implementation. See qpack.h. More...
#include "network_drivers/presentation/http3/qpack.h"Go to the source code of this file.
QPACK (RFC 9204) - implementation. See qpack.h.
The static table is generated verbatim from RFC 9204 Appendix A (0-indexed). The prefix-integer and Huffman primitives are shared with HPACK via hpack_prim.h. No dynamic table is maintained: we encode only against the static table and reject any dynamic-table reference on decode.
Definition in file qpack.cpp.