Public Member Functions | |
bool | operator() (const HttpRequest &request) |
PathMatcher (const std::string &path_regex_string) | |
Private Attributes | |
const boost::regex | path_regex_ |
Definition at line 18 of file http_request_handler.cpp.
async_web_server_cpp::PathMatcher::PathMatcher | ( | const std::string & | path_regex_string | ) | [inline, explicit] |
Definition at line 21 of file http_request_handler.cpp.
bool async_web_server_cpp::PathMatcher::operator() | ( | const HttpRequest & | request | ) | [inline] |
Definition at line 26 of file http_request_handler.cpp.
const boost::regex async_web_server_cpp::PathMatcher::path_regex_ [private] |
Definition at line 32 of file http_request_handler.cpp.