aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorjdamanalo <[email protected]>2023-03-31 15:56:23 +0800
committerLoïc Hoguin <[email protected]>2023-12-21 15:39:08 +0100
commit3ed1b24dd6ef6cd3e78a2fa6d600cce082b6984a (patch)
tree741d1845f7c3b04c198ac2476abf34aa4757d6ba /doc/src/guide
parentffbcdf534c7bdcca545e245443cc48056bcd6944 (diff)
downloadcowboy-3ed1b24dd6ef6cd3e78a2fa6d600cce082b6984a.tar.gz
cowboy-3ed1b24dd6ef6cd3e78a2fa6d600cce082b6984a.tar.bz2
cowboy-3ed1b24dd6ef6cd3e78a2fa6d600cce082b6984a.zip
Add cowboy_decompress_h stream handler
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/streams.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/guide/streams.asciidoc b/doc/src/guide/streams.asciidoc
index 0ac84ce..b6e4d34 100644
--- a/doc/src/guide/streams.asciidoc
+++ b/doc/src/guide/streams.asciidoc
@@ -65,6 +65,11 @@ automatically compress responses when possible. It is not
enabled by default. It is a good example for writing your
own handlers that will modify responses.
+link:man:cowboy_decompress_h(3)[cowboy_decompress_h] will
+automatically decompress requests when possible. It is not
+enabled by default. It is a good example for writing your
+own handlers that will modify requests.
+
link:man:cowboy_metrics_h(3)[cowboy_metrics_h] gathers
metrics about a stream then passes them to a configurable
function. It is not enabled by default.