summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html')
-rw-r--r--docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html b/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html
index 836cd411..d72be4a0 100644
--- a/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html
+++ b/docs/en/cowboy/2.6/manual/cowboy_compress_h/index.html
@@ -68,7 +68,7 @@
<p>The module <code>cowboy_compress_h</code> compresses response bodies automatically when the client supports it. It will not try to compress responses that already have a content encoding.</p>
<p>Normal responses will only be compressed when their size is lower than the configured threshold. Streamed responses are always compressed, including when the sendfile command is used. Because the file must be read in memory to be compressed, this module is <strong>not</strong> suitable for automatically compressing large files.</p>
<h2 id="_options">Options</h2>
-<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -131,6 +131,8 @@ http://www.gnu.org/software/src-highlite -->
+ <li><a href="/docs/en/cowboy/2.7/manual">2.7</a></li>
+
<li><a href="/docs/en/cowboy/2.6/manual">2.6</a></li>
<li><a href="/docs/en/cowboy/2.5/manual">2.5</a></li>