DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
qpack.cpp File Reference

QPACK (RFC 9204) - implementation. See qpack.h. More...

Go to the source code of this file.

Detailed Description

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.