From 5001fcbc345846efe2de6983e4f0784895b03ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 26 Jun 2018 10:59:22 +0200 Subject: Add missing frame types to websocket_handle specs/docs Thanks Artem. --- doc/src/manual/cowboy_websocket.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/src/manual/cowboy_websocket.asciidoc b/doc/src/manual/cowboy_websocket.asciidoc index d52bd83..d8b223c 100644 --- a/doc/src/manual/cowboy_websocket.asciidoc +++ b/doc/src/manual/cowboy_websocket.asciidoc @@ -31,7 +31,7 @@ Req :: cowboy_req:req() PartialReq :: map() State :: any() Opts :: cowboy_websocket:opts() -InFrame :: {text | binary | ping | pong, binary()} +InFrame :: ping | pong | {text | binary | ping | pong, binary()} OutFrame :: cow_ws:frame() %% see types below Info :: any() -- cgit v1.2.3