From 01f098296870cf56f835fa1222607d8216f52811 Mon Sep 17 00:00:00 2001
From: Thomas Kriechbaumer wf:[colon-separated list of features]
wf:[colon-separated list of features]+
| bVALUE | - Set the frame payload. If a masking key is present, the - value is encoded automatically. + 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: text (the default), + Set the op code. This can either be an integer from 0-15, or be one of the following opcode + names: text (the default), continue, binary, close, ping, pong. @@ -47,17 +47,16 @@ |
| kVALUE | - Set the masking key. The resulting value must be exactly 4 - bytes long. The special form knone specifies that no key - should be set, even if the mask bit is on. + Set the masking key. The resulting value must be exactly 4 bytes long. The special form + knone specifies that no key should be set, even + if the mask bit is on. |
| lINTEGER | - Set the payload length in the frame header, regardless of the - actual body length. + Set the payload length in the frame header, regardless of the actual body length. |
| pOFFSET,SECONDS | - Pause for SECONDS seconds after OFFSET bytes. SECONDS can - be an integer or "f" to pause forever. + Pause for SECONDS seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause + forever. |
| rVALUE | - Set the raw frame payload. This disables masking, even if the - key is present. + Set the raw frame payload. This disables masking, even if the key is present. | cINTEGER | - Set the op code. This can either be an integer from 0-15, or be one of the following opcode - names: text (the default), + Set the op code. This can either be an integer from 0-15, or be one of the following + opcode names: text (the default), continue, binary, close, ping, pong. @@ -47,9 +47,10 @@ |
| kVALUE | - Set the masking key. The resulting value must be exactly 4 bytes long. The special form - knone specifies that no key should be set, even - if the mask bit is on. + Set the masking key. The resulting value must be exactly 4 bytes long. The special + form + knone specifies that no key should be set, even if the mask + bit is on. |
| pOFFSET,SECONDS | - Pause for SECONDS seconds after OFFSET bytes. SECONDS can be an integer or "f" to pause - forever. + Pause for SECONDS seconds after OFFSET bytes. SECONDS can be an integer or "f" to + pause forever. |