WebSocket send request structure.
This structure holds the parameters for sending a WebSocket frame, including the opcode, payload buffer, and payload length.
Public Attributes#
Opcode (TEXT, BINARY, and so on.).
const uint8_t *
Pointer to the payload.
size_t
Length of the payload.