#include <http_request_handler.hpp>
Public Types | |
typedef boost::function< void(const HttpRequest &, boost::shared_ptr< HttpConnection >, const std::string &body)> | Handler |
Public Member Functions | |
HttpRequestBodyCollector (Handler handler) | |
bool | operator() (const HttpRequest &request, boost::shared_ptr< HttpConnection > connection, const char *begin, const char *end) |
Private Attributes | |
Handler | handler_ |
Definition at line 53 of file http_request_handler.hpp.
typedef boost::function<void(const HttpRequest&, boost::shared_ptr<HttpConnection>, const std::string& body)> async_web_server_cpp::HttpRequestBodyCollector::Handler |
Definition at line 59 of file http_request_handler.hpp.
async_web_server_cpp::HttpRequestBodyCollector::HttpRequestBodyCollector | ( | Handler | handler | ) |
Definition at line 135 of file http_request_handler.cpp.
bool async_web_server_cpp::HttpRequestBodyCollector::operator() | ( | const HttpRequest & | request, |
boost::shared_ptr< HttpConnection > | connection, | ||
const char * | begin, | ||
const char * | end | ||
) |
Definition at line 140 of file http_request_handler.cpp.
|
private |
Definition at line 68 of file http_request_handler.hpp.