From 179cc8dc1fd40fb44e8795af43ba6c4e22b22b0d Mon Sep 17 00:00:00 2001
From: Aldo Cortesi
Date: Mon, 4 May 2015 09:54:59 +1200
Subject: Split up language docs, document websocket code specification.
---
libpathod/templates/docs_lang_websockets.html | 48 +++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 libpathod/templates/docs_lang_websockets.html
(limited to 'libpathod/templates/docs_lang_websockets.html')
diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html
new file mode 100644
index 00000000..c414320c
--- /dev/null
+++ b/libpathod/templates/docs_lang_websockets.html
@@ -0,0 +1,48 @@
+wf:[colon-separated list of features]
+
+
+
+
+
+ | bVALUE |
+
+ Set the frame payload. If a masking key is present, the
+ value is encoded automatically.
+ |
+
+
+
+ | cINTEGER |
+
+
+ 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,
+ pong.
+ |
+
+
+
+ | dOFFSET |
+
+ Disconnect after OFFSET bytes.
+ |
+
+
+
+ | iOFFSET,VALUE |
+
+ Inject the specified value at the offset.
+ |
+
+
+
+ | pOFFSET,SECONDS |
+
+ Pause for SECONDS seconds after OFFSET bytes. SECONDS can
+ be an integer or "f" to pause forever.
+ |
+
+
+
+
--
cgit v1.2.3