Parsed or to-be-written WebSocket frame header. More...
#include <HttpWebSocket.h>
Public Member Functions | |
| bool | isControlFrame () const |
Public Attributes | |
| HttpWebSocketOpcode | opcode = HttpWebSocketOpcode::Text |
| bool | fin = true |
| bool | masked = false |
| uint64_t | payloadLength = 0 |
| uint8_t | maskKey [4] = {0, 0, 0, 0} |
Parsed or to-be-written WebSocket frame header.