|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
HPACK (RFC 7541) - implementation. See hpack.h. More...
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.