WICG / compression-dictionary-transport

Other
92 stars 8 forks source link

Add support for format-specific dictionaries #46

Closed pmeenan closed 11 months ago

pmeenan commented 11 months ago

This adds an optional type param for the use-as-dictionary response header that allows for specifying format-specific serialized/structured dictionaries. This is only usable for the case where dictionaries are loaded out-of-band (the dynamic use case) and requires that clients ignore dictionary types that they do not support.

Fix #45