Namespaces | |
| namespace | impl |
Classes | |
| class | WebSocket |
| class | WebSocketClient |
Enumerations | |
| enum class | Opcode : uint8_t { Continuation = 0x0 , Text = 0x1 , Binary = 0x2 , Close = 0x8 , Ping = 0x9 , Pong = 0xA } |
| enum class | CloseStatus : uint16_t { Normal = 1000 , GoingAway = 1001 , ProtocolError = 1002 , UnsupportedData = 1003 , NoStatus = 1005 , Abnormal = 1006 , InvalidPayload = 1007 , PolicyViolation = 1008 , MessageTooBig = 1009 , MandatoryExtension = 1010 , InternalError = 1011 } |
| enum | ReadResult : int { Fail = 0 , Text = 1 , Binary = 2 } |
|
strong |
|
strong |
| enum httplib::ws::ReadResult : int |