cohtml::websocket
| Name | |
|---|---|
| enum | OpCode { Text = 1, Binary = 2} WebSocket opcode restricted to supported values. Details: https://datatracker.ietf.org/doc/html/rfc6455. |
Types Documentation
Section titled “Types Documentation”enum OpCode
Section titled “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.
© 2026 Coherent Labs. All rights reserved.