We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ccbac commit 8e1cb39Copy full SHA for 8e1cb39
changelog.d/13221.doc
@@ -0,0 +1 @@
1
+Document which HTTP resources support gzip compression.
docs/usage/configuration/config_documentation.md
@@ -486,7 +486,8 @@ Sub-options for each listener include:
486
487
* `names`: a list of names of HTTP resources. See below for a list of valid resource names.
488
489
- * `compress`: set to true to enable HTTP compression for this resource.
+ * `compress`: set to true to enable gzip compression on HTTP bodies for this resource. This is currently only supported with the
490
+ `client`, `consent` and `metrics` resources.
491
492
* `additional_resources`: Only valid for an 'http' listener. A map of
493
additional endpoints which should be loaded via dynamic modules.
0 commit comments