Expand description
HPACK’s static table (RFC 7541 Appendix A).
Sixty-one entries every HTTP/2 endpoint is assumed to know. Index 0 is unused, so the table is 1-based, and dynamic-table entries continue from 62 — an off-by-one here shifts every header the server sends.
Constants§
- DYNAMIC_
BASE - The first index a dynamic-table entry can take.
- ENTRIES
(name, value). An empty value means the entry names a header whose value must be given literally.