diff options
Diffstat (limited to 'libpathod/templates/docs_lang_websockets.html')
-rw-r--r-- | libpathod/templates/docs_lang_websockets.html | 39 |
1 files changed, 24 insertions, 15 deletions
diff --git a/libpathod/templates/docs_lang_websockets.html b/libpathod/templates/docs_lang_websockets.html index 9b595e74..c50d081f 100644 --- a/libpathod/templates/docs_lang_websockets.html +++ b/libpathod/templates/docs_lang_websockets.html @@ -24,6 +24,13 @@ </tr> <tr> + <td> d<a href="#offsetspec">OFFSET</a> </td> + <td> + Disconnect after OFFSET bytes. + </td> + </tr> + + <tr> <td> [-]fin </td> <td> Set or un-set the <b>fin</b> bit. @@ -31,54 +38,56 @@ </tr> <tr> - <td> [-]rsv1 </td> + <td> i<a href="#offsetspec">OFFSET</a>,<a href="#valuespec">VALUE</a> </td> <td> - Set or un-set the <b>rsv1</b> bit. + Inject the specified value at the offset. </td> </tr> <tr> - <td> [-]rsv2 </td> + <td> [-]mask </td> <td> - Set or un-set the <b>rsv2</b> bit. + Set or un-set the <b>mask</b> bit. </td> </tr> <tr> - <td> [-]rsv3 </td> + <td> p<a href="#offsetspec">OFFSET</a>,SECONDS </td> <td> - Set or un-set the <b>rsv3</b> bit. + Pause for SECONDS seconds after OFFSET bytes. SECONDS can + be an integer or "f" to pause forever. </td> </tr> <tr> - <td> [-]mask </td> + <td> r </td> <td> - Set or un-set the <b>mask</b> bit. + Create a "raw" frame - disables auto-generation of the masking + key if the mask bit is on. </td> </tr> <tr> - <td> d<a href="#offsetspec">OFFSET</a> </td> + <td> [-]rsv1 </td> <td> - Disconnect after OFFSET bytes. + Set or un-set the <b>rsv1</b> bit. </td> </tr> <tr> - <td> i<a href="#offsetspec">OFFSET</a>,<a href="#valuespec">VALUE</a> </td> + <td> [-]rsv2 </td> <td> - Inject the specified value at the offset. + Set or un-set the <b>rsv2</b> bit. </td> </tr> <tr> - <td> p<a href="#offsetspec">OFFSET</a>,SECONDS </td> + <td> [-]rsv3 </td> <td> - Pause for SECONDS seconds after OFFSET bytes. SECONDS can - be an integer or "f" to pause forever. + Set or un-set the <b>rsv3</b> bit. </td> </tr> + </tbody> </table> |