|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
HPACK (RFC 7541) - implementation. See hpack.h. More...
#include "network_drivers/presentation/http2/hpack.h"Go to the source code of this file.
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.