typedef boost::shared_ptr<HttpConnection> async_web_server_cpp::HttpConnectionPtr |
Definition at line 16 of file http_connection.hpp.
typedef boost::weak_ptr<HttpConnection> async_web_server_cpp::HttpConnectionWeakPtr |
Definition at line 18 of file http_connection.hpp.
typedef boost::function<void(const HttpRequest &, boost::shared_ptr<HttpConnection>, const char* begin, const char* end) async_web_server_cpp::HttpServerRequestHandler) |
Definition at line 11 of file http_request_handler.hpp.
typedef boost::shared_ptr<WebsocketConnection> async_web_server_cpp::WebsocketConnectionPtr |
Definition at line 17 of file websocket_connection.hpp.
typedef boost::weak_ptr<WebsocketConnection> async_web_server_cpp::WebsocketConnectionWeakPtr |
Definition at line 19 of file websocket_connection.hpp.
typedef boost::function<WebsocketConnection::MessageHandler(const HttpRequest &, boost::shared_ptr<WebsocketConnection>)> async_web_server_cpp::WebsocketRequestHandler |
Definition at line 12 of file websocket_request_handler.hpp.
static boost::regex async_web_server_cpp::uri_regex | ( | "(.*?)(?:\\?(.*?))?" | ) | [static] |