compdict
v0.1.1
Published
RFC 9842 Compression Dictionary Transport conformance checker. Thin re-export of @compdict/cli so `npx compdict` works.
Downloads
59
Maintainers
Readme
compdict
Check, encode, and inspect
RFC 9842 Compression Dictionary Transport,
including the dcb and dcz content encodings.
Requires Node.js 22 or later.
npx compdict validate https://example.com/static/app.v2.jsUse compdict to:
- test an origin or CDN's dictionary negotiation and response framing
- create verified
dcbanddczfiles in a build - inspect and decode an existing dictionary-compressed stream
- test
Use-As-DictionaryURL patterns
Every conformance finding cites its RFC 9842 section. Network and input failures produce an inconclusive result instead of a false non-conformance verdict.
This package contains no implementation logic. It re-exports
@compdict/cli so
npx compdict works. The same programmatic exports are available from either
package.
Apache-2.0.
