From 589deb9fe14baa8e07d661d4e3d3a60c48512545 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 4 May 2015 10:48:35 +1200 Subject: websockets: specification of fin, mask, rsv1-3 bits. --- libpathod/templates/docs_lang_websockets.html | 40 +++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'libpathod/templates/docs_lang_websockets.html') diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html index c414320c..9b595e74 100644 --- a/libpathod/templates/docs_lang_websockets.html +++ b/libpathod/templates/docs_lang_websockets.html @@ -16,9 +16,45 @@ Set the op code. This can either be an integer from 0-15, or be - one of the following opcode names: continue, - text, binary, close, ping, + one of the following opcode names: text (the default), + continue, binary, close, ping, pong. + + + + + + [-]fin + + Set or un-set the fin bit. + + + + + [-]rsv1 + + Set or un-set the rsv1 bit. + + + + + [-]rsv2 + + Set or un-set the rsv2 bit. + + + + + [-]rsv3 + + Set or un-set the rsv3 bit. + + + + + [-]mask + + Set or un-set the mask bit. -- cgit v1.2.3