Searched refs:matching_methods (Results 1 – 1 of 1) sorted by relevance
228 std::set<std::string> matching_methods; in GetResource() local231 matching_methods.insert("GET"); in GetResource()232 matching_methods.insert("POST"); in GetResource()234 matching_methods.insert(method); in GetResource()243 matching_methods.find(resource->method) != matching_methods.end())) { in GetResource()