cohtml::websocket
On this page
Types
| Name | |
|---|---|
| enum | OpCode { Text = 1, Binary = 2} WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455. |
Types Documentation
enum OpCode
| Enumerator | Value | Description |
|---|---|---|
| Text | 1 | Denotes a text message. |
| Binary | 2 | Denotes a binary message. |
WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455.