Compression Dictionary Transport is a way of using a shared compression dictionary, rather than the standard static dictionary in Brotli compression or Zstandard compression, to dramatically reduce the transport size of HTTP responses.
For example, when downloading app.v2.js
, if the client already has app.v1.js
then they can reference text from that by using it as a dictionary and effectively only download the delta and a small amount of references to the v1
file.
See the Compression Dictionary Transport guide for more information.
See alsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4