Home
last modified time | relevance | path

Searched refs:regex_method (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp750 for(auto &regex_method : resource) { in find_resource() local
751 auto it = regex_method.second.find(session->request->method); in find_resource()
752 if(it != regex_method.second.end()) { in find_resource()
754 if(regex::regex_match(session->request->path, sm_res, regex_method.first)) { in find_resource()