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>
|