aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-27 18:10:51 +0200
committerLoïc Hoguin <[email protected]>2013-08-27 18:10:51 +0200
commitb22f25d902a2c74a61f75270dbb96d5ce15b4f60 (patch)
tree2806cc7f56f7ee12c47f904bcc700d626af754b3 /manual
parentfe7cc08daff4a9bb8d6a4dd161b53e7d6ce6ab4c (diff)
parent83d85e641aa1dbbb155299226c09c4ea92b8be3a (diff)
downloadcowboy-b22f25d902a2c74a61f75270dbb96d5ce15b4f60.tar.gz
cowboy-b22f25d902a2c74a61f75270dbb96d5ce15b4f60.tar.bz2
cowboy-b22f25d902a2c74a61f75270dbb96d5ce15b4f60.zip
Merge branch 'websocket-compressed-metadata' of git://github.com/irccloud/cowboy
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
-------