Public Member Functions | Private Attributes | List of all members
async_web_server_cpp::PathMatcher Class Reference

Public Member Functions

bool operator() (const HttpRequest &request)
 
 PathMatcher (const std::string &path_regex_string)
 

Private Attributes

const boost::regex path_regex_
 

Detailed Description

Definition at line 26 of file http_request_handler.cpp.

Constructor & Destructor Documentation

◆ PathMatcher()

async_web_server_cpp::PathMatcher::PathMatcher ( const std::string &  path_regex_string)
inlineexplicit

Definition at line 29 of file http_request_handler.cpp.

Member Function Documentation

◆ operator()()

bool async_web_server_cpp::PathMatcher::operator() ( const HttpRequest request)
inline

Definition at line 34 of file http_request_handler.cpp.

Member Data Documentation

◆ path_regex_

const boost::regex async_web_server_cpp::PathMatcher::path_regex_
private

Definition at line 40 of file http_request_handler.cpp.


The documentation for this class was generated from the following file:


async_web_server_cpp
Author(s): Mitchell Wills , Russel Toris
autogenerated on Mon Feb 28 2022 21:54:08