#include <http_reply.hpp>
Public Member Functions | |
| bool | operator() (const HttpRequest &, boost::shared_ptr< HttpConnection >, const char *begin, const char *end) |
| StaticHttpRequestHandler (HttpReply::status_type status, const std::vector< HttpHeader > &headers, const std::string &content) | |
Private Attributes | |
| const std::string | content_string_ |
| ReplyBuilder | reply_builder_ |
Request Handler that serves a predefined response
Definition at line 126 of file http_reply.hpp.
| async_web_server_cpp::StaticHttpRequestHandler::StaticHttpRequestHandler | ( | HttpReply::status_type | status, |
| const std::vector< HttpHeader > & | headers, | ||
| const std::string & | content | ||
| ) |
Definition at line 430 of file http_reply.cpp.
| bool async_web_server_cpp::StaticHttpRequestHandler::operator() | ( | const HttpRequest & | request, |
| boost::shared_ptr< HttpConnection > | connection, | ||
| const char * | begin, | ||
| const char * | end | ||
| ) |
Definition at line 438 of file http_reply.cpp.
|
private |
Definition at line 138 of file http_reply.hpp.
|
private |
Definition at line 137 of file http_reply.hpp.