aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorRJ <[email protected]>2013-08-15 10:41:56 +0100
committerRJ <[email protected]>2013-08-15 10:47:18 +0100
commit83d85e641aa1dbbb155299226c09c4ea92b8be3a (patch)
tree338e60cef1dfe4efe8eef6841e5986b710ef5324 /manual
parent3b4c0588e9bb98307576f7d6e0b52ea434138e62 (diff)
downloadcowboy-83d85e641aa1dbbb155299226c09c4ea92b8be3a.tar.gz
cowboy-83d85e641aa1dbbb155299226c09c4ea92b8be3a.tar.bz2
cowboy-83d85e641aa1dbbb155299226c09c4ea92b8be3a.zip
add websocket_compress metadata
Diffstat (limited to 'manual')
-rw-r--r--manual/cowboy_websocket.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/cowboy_websocket.md b/manual/cowboy_websocket.md
index ae3ca1b..1b07107 100644
--- a/manual/cowboy_websocket.md
+++ b/manual/cowboy_websocket.md
@@ -28,6 +28,12 @@ Meta values
>
> The version of the Websocket protocol being used.
+### websocket_compress
+
+> Type: true | false
+>
+> Whether a websocket compression extension in in use.
+
Exports
-------