Constants related to processing WebSocket connections. More...
Variables | |
static char const | upgrade_token [] = "websocket" |
static char const | connection_token [] = "Upgrade" |
static char const | handshake_guid [] = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" |
Constants related to processing WebSocket connections.
|
static |
Definition at line 46 of file base.hpp.
Referenced by websocketpp::processor::is_websocket_handshake(), websocketpp::processor::hybi13< stub_config >::process_handshake(), and websocketpp::processor::hybi13< stub_config >::validate_server_handshake_response().
|
static |
Definition at line 47 of file base.hpp.
Referenced by websocketpp::processor::is_websocket_handshake(), websocketpp::processor::hybi13< stub_config >::process_handshake(), and websocketpp::processor::hybi13< stub_config >::validate_server_handshake_response().
|
static |
Definition at line 48 of file base.hpp.
Referenced by websocketpp::processor::hybi13< stub_config >::process_handshake_key().