AWebsocket#
Websocket implementation.
Header: | #include <AUI/Curl/AWebsocket.h> |
CMake: | aui_link(my_target PUBLIC aui::curl) |
Public Types#
Opcode#
enum class AWebsocket::Opcode
Constant | Description |
---|---|
Opcode::CONTINUATION
|
|
Opcode::TEXT
|
|
Opcode::BINARY
|
|
Opcode::CLOSE
|
|
Opcode::PING
|
|
Opcode::PONG
|