aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_lang_websockets.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-17 11:04:53 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-17 11:04:53 +1200
commitcd2fb13b3e9ced39059f3d6572fd8806d0026d2e (patch)
treed22f5d48705272516cf04e9793db33371c29abc7 /libpathod/templates/docs_lang_websockets.html
parente4feba54330e1afcfb8d48bce8c474659aba281c (diff)
downloadmitmproxy-cd2fb13b3e9ced39059f3d6572fd8806d0026d2e.tar.gz
mitmproxy-cd2fb13b3e9ced39059f3d6572fd8806d0026d2e.tar.bz2
mitmproxy-cd2fb13b3e9ced39059f3d6572fd8806d0026d2e.zip
websockets: replace the "raw" with a simpler mechanism
You can now say "knone" to specifiy that no key should be generated under any circumstances.
Diffstat (limited to 'libpathod/templates/docs_lang_websockets.html')
-rw-r--r--libpathod/templates/docs_lang_websockets.html15
1 files changed, 2 insertions, 13 deletions
diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html
index 9eb1ec25..a77ac251 100644
--- a/libpathod/templates/docs_lang_websockets.html
+++ b/libpathod/templates/docs_lang_websockets.html
@@ -48,7 +48,8 @@
<td> k<a href="#valuespec">VALUE</a> </td>
<td>
Set the masking key. The resulting value must be exactly 4
- bytes long.
+ bytes long. The special form <b>knone</b> specifies that no key
+ should be set, even if the mask bit is on.
</td>
</tr>
@@ -68,18 +69,6 @@
</tr>
<tr>
- <td> r </td>
- <td>
- Create a "raw" frame:
- <ul>
- <li> Don't auto-generate the masking key if the mask flag is
- set </li>
-
- <li> Don't set the mask flag if masking key is set. </li>
- </td>
- </tr>
-
- <tr>
<td> [-]rsv1 </td>
<td>
Set or un-set the <b>rsv1</b> bit.