aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_compress_h.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-07 09:59:36 +0200
committerLoïc Hoguin <[email protected]>2019-10-07 09:59:36 +0200
commiteaed06370287c9708d2bf359dd1c2da1d392364c (patch)
treef113de6c8f00cfd685623761aa505309fa18c2d5 /doc/src/manual/cowboy_compress_h.asciidoc
parent3977f2b96fb8cc2164bfe28ee094b3e661a2fad9 (diff)
downloadcowboy-eaed06370287c9708d2bf359dd1c2da1d392364c.tar.gz
cowboy-eaed06370287c9708d2bf359dd1c2da1d392364c.tar.bz2
cowboy-eaed06370287c9708d2bf359dd1c2da1d392364c.zip
Document cowboy_metrics_h
Diffstat (limited to 'doc/src/manual/cowboy_compress_h.asciidoc')
-rw-r--r--doc/src/manual/cowboy_compress_h.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/manual/cowboy_compress_h.asciidoc b/doc/src/manual/cowboy_compress_h.asciidoc
index ee39cae..6c171ed 100644
--- a/doc/src/manual/cowboy_compress_h.asciidoc
+++ b/doc/src/manual/cowboy_compress_h.asciidoc
@@ -28,7 +28,7 @@ opts() :: #{
}
----
-Configuration for the default stream handler.
+Configuration for the compress stream handler.
The default value is given next to the option name:
@@ -57,4 +57,5 @@ The compress stream handler does not produce any event.
link:man:cowboy(7)[cowboy(7)],
link:man:cowboy_stream(3)[cowboy_stream(3)],
+link:man:cowboy_metrics_h(3)[cowboy_metrics_h(3)],
link:man:cowboy_stream_h(3)[cowboy_stream_h(3)]