We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9a729 commit fe87c47Copy full SHA for fe87c47
1 file changed
README.md
@@ -373,6 +373,12 @@ echo ...;
373
374
> "Accept-Encoding: zstd" must be specified.
375
376
+> Experimental: [Compression Dictionary Transport](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport) support
377
+>
378
+> must be specified headers.
379
+> - `Accept-Encoding: dcz`
380
+> - `Available-Dictionary: :<base64-hash>:`
381
+
382
## Examples
383
384
```php
0 commit comments