This is the complete list of members for PathHandler, including all inherited members.
invokePathHandler(HttpRequest *request, HttpResponse *response) | PathHandler | |
match(std::string method, std::string path) | PathHandler | |
PathHandler(std::string method, std::string pathPattern, void(*pWebServerRequestHandler)(HttpRequest *pHttpRequest, HttpResponse *pHttpResponse)) | PathHandler | |
PathHandler(std::string method, std::regex *pathPattern, void(*pWebServerRequestHandler)(HttpRequest *pHttpRequest, HttpResponse *pHttpResponse)) | PathHandler |