aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_compress_h.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-07 12:04:39 +0200
committerLoïc Hoguin <[email protected]>2019-10-07 12:07:23 +0200
commitfad0ac8fb68833e8b7b0895eb1b96bb068961917 (patch)
treed066a4a164e321ba4a862eef6ecdd7be44246634 /doc/src/manual/cowboy_compress_h.asciidoc
parente25fb19bab02ba7fee68d5188d340311fffc3ce3 (diff)
downloadcowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.gz
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.tar.bz2
cowboy-fad0ac8fb68833e8b7b0895eb1b96bb068961917.zip
Document the set_options stream handler command
Diffstat (limited to 'doc/src/manual/cowboy_compress_h.asciidoc')
-rw-r--r--doc/src/manual/cowboy_compress_h.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_compress_h.asciidoc b/doc/src/manual/cowboy_compress_h.asciidoc
index c1d7b20..31a9162 100644
--- a/doc/src/manual/cowboy_compress_h.asciidoc
+++ b/doc/src/manual/cowboy_compress_h.asciidoc
@@ -37,11 +37,17 @@ compress_buffering (false)::
Whether the output will be buffered. By default no
buffering is done to provide maximum compatibility
at the cost of a lower compression rate.
++
+This option can be updated at any time using the
+`set_options` stream handler command.
compress_threshold (300)::
How large the response body must be to be compressed
when the response isn't streamed.
++
+This option can be updated at any time using the
+`set_options` stream handler command.
== Events