Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Explicitly mention which resources support compression in the config …
Browse files Browse the repository at this point in the history
…guide (#13221)
  • Loading branch information
babolivier authored Jul 29, 2022
1 parent 583f227 commit 24ef146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/13221.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document which HTTP resources support gzip compression.
3 changes: 2 additions & 1 deletion docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ Sub-options for each listener include:

* `names`: a list of names of HTTP resources. See below for a list of valid resource names.

* `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
`client`, `consent` and `metrics` resources.

* `additional_resources`: Only valid for an 'http' listener. A map of
additional endpoints which should be loaded via dynamic modules.
Expand Down

0 comments on commit 24ef146

Please sign in to comment.