From 136d443b5c38bee96f5d995dfea3629ef07564c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 18 Jul 2019 09:59:28 +0200 Subject: Announce Ranch 2.0.0-rc.1 Adds Ranch 2.0 documentation and removes documentation for very old Cowboy and Ranch, along with Erlang.mk documentation which is available on its own website. --- .../cowboy/1.0/manual/cowboy_websocket/index.html | 208 --------------------- 1 file changed, 208 deletions(-) delete mode 100644 docs/en/cowboy/1.0/manual/cowboy_websocket/index.html (limited to 'docs/en/cowboy/1.0/manual/cowboy_websocket/index.html') diff --git a/docs/en/cowboy/1.0/manual/cowboy_websocket/index.html b/docs/en/cowboy/1.0/manual/cowboy_websocket/index.html deleted file mode 100644 index bca70230..00000000 --- a/docs/en/cowboy/1.0/manual/cowboy_websocket/index.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Nine Nines Support: Cowboy Function Reference - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- -

cowboy_websocket

- -

The cowboy_websocket module implements the Websocket protocol.

- -

The callbacks for websocket handlers are defined in the manual for the cowboy_websocket_handler behaviour.

- -

Types

- -

close_code() = 1000..4999

- -

Reason for closing the connection.

- -

frame() = close | ping | pong | {text | binary | close | ping | pong, iodata()} | {close, close_code(), iodata()}

- -

Frames that can be sent to the client.

- -

Meta values

- -

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

- -

None.

- - - -
- -
-
- -
- -

Navigation

- -

See also

- -

Version select

- - -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3