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

Shared HPACK/QPACK field-coding primitives - implementation. See hpack_prim.h. More...

Go to the source code of this file.

Detailed Description

Shared HPACK/QPACK field-coding primitives - implementation. See hpack_prim.h.

The Huffman code (Appendix B) and the canonical Huffman decode tables are generated verbatim from RFC 7541. RFC 9204 (QPACK) references the same integer coding and Huffman table.

Definition in file hpack_prim.cpp.