diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/cowboy_websocket.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/cowboy_websocket.md b/manual/cowboy_websocket.md index 1b07107..9a81878 100644 --- a/manual/cowboy_websocket.md +++ b/manual/cowboy_websocket.md @@ -22,18 +22,18 @@ Types Meta values ----------- -### websocket_version - -> Type: 7 | 8 | 13 -> -> The version of the Websocket protocol being used. - ### websocket_compress > Type: true | false > > Whether a websocket compression extension in in use. +### websocket_version + +> Type: 7 | 8 | 13 +> +> The version of the Websocket protocol being used. + Exports ------- |