StructureNIOWebSocket
WebSocketOpcode
An operation code for a websocket frame.
struct WebSocketOpcode
An operation code for a websocket frame.
struct WebSocketOpcode
init?(encodedWebSocketOpcode: UInt8)
Create an opcode from the encoded representation.
var description: String
A textual representation of this instance.
var halfWidthCornerQuoted: String
var isControlOpcode: Bool
Whether the opcode is in the control range: that is, if the high bit of the opcode nibble is 1
.