diff options
author | babolivier <babolivier@users.noreply.github.com> | 2022-07-29 09:10:36 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2022-07-29 09:10:36 +0000 |
commit | eb1326ac43a65e77e29d33fd35675f676b516ffb (patch) | |
tree | bcfddda6e5020267385e551d430ce237801dba90 /develop/print.html | |
parent | deploy: 641412decde53bad393d478858355ae1db5306cf (diff) | |
download | synapse-eb1326ac43a65e77e29d33fd35675f676b516ffb.tar.xz |
deploy: 24ef1460f691c0fb40470784603c6b0c34629d09
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index eebde068c8..c83ac6114a 100644 --- a/develop/print.html +++ b/develop/print.html @@ -3528,7 +3528,8 @@ on this port. Sub-options for each resource are:</p> <p><code>names</code>: a list of names of HTTP resources. See below for a list of valid resource names.</p> </li> <li> -<p><code>compress</code>: set to true to enable HTTP compression for this resource.</p> +<p><code>compress</code>: set to true to enable gzip compression on HTTP bodies for this resource. This is currently only supported with the +<code>client</code>, <code>consent</code> and <code>metrics</code> resources.</p> </li> </ul> </li> |