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

HPACK (RFC 7541) - implementation. See hpack.h. More...

Go to the source code of this file.

Detailed Description

HPACK (RFC 7541) - implementation. See hpack.h.

The static table, the Huffman code (Appendix B), and the canonical Huffman decode tables are generated verbatim from RFC 7541 (see docs / the generator in the repo history). Header names and values never touch the heap; the dynamic table is a fixed byte ring with FIFO eviction.

Definition in file hpack.cpp.