#include <websocket_message.hpp>
Public Types | |
enum | type { type_unknown, type_text, type_binary, type_close, type_ping, type_pong } |
Public Member Functions | |
WebsocketMessage () | |
Public Attributes | |
std::string | content |
enum async_web_server_cpp::WebsocketMessage::type | type |
A websocket message that in potentially constructed from/destructed to a WebsocketFrame.
Definition at line 98 of file websocket_message.hpp.
Definition at line 102 of file websocket_message.hpp.
Definition at line 208 of file websocket_message.cpp.
std::string async_web_server_cpp::WebsocketMessage::content |
Definition at line 111 of file websocket_message.hpp.