cohtml::websocket

Types

Name
enumOpCode { Text = 1, Binary = 2}
WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.

Types Documentation

enum OpCode

EnumeratorValueDescription
Text1Denotes a text message.
Binary2Denotes a binary message.

WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.