ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
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 pc_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.