#include <websocket_request_handler.hpp>
A HTTP request handler that upgrades a HttpConnection to a WebsocketConnection.
Definition at line 23 of file websocket_request_handler.hpp.
◆ WebsocketHttpRequestHandler()
◆ operator()()
bool async_web_server_cpp::WebsocketHttpRequestHandler::operator() |
( |
const HttpRequest & |
request, |
|
|
boost::shared_ptr< HttpConnection > |
connection, |
|
|
const char * |
begin, |
|
|
const char * |
end |
|
) |
| |
◆ handler_
◆ KEY_MAGIC_STRING
const std::string async_web_server_cpp::WebsocketHttpRequestHandler::KEY_MAGIC_STRING |
|
static |
The documentation for this class was generated from the following files: