MCPcopy Index your code
hub / github.com/molnarg/node-http2 / compressor.js

File compressor.js

lib/protocol/compressor.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// The implementation of the [HTTP/2 Header Compression][http2-compression] spec is separated from
2// the 'integration' part which handles HEADERS and PUSH_PROMISE frames. The compression itself is
3// implemented in the first part of the file, and consists of three classes: `HeaderTable`,
4// `HeaderSetDecompressor` and `HeaderSetCompressor`. The two latter classes are

Callers

nothing calls this directly

Calls 4

entryFromPairFunction · 0.85
concatFunction · 0.85
addFunction · 0.85
cutFunction · 0.85

Tested by

no test coverage detected