Searched refs:method_match (Results 1 – 1 of 1) sorted by relevance
119 bool method_match = (pair.second.method == method); in FindRequestHandler() local122 if (url_match && method_match) in FindRequestHandler()138 if (!method_match && pair.second.method.empty()) { in FindRequestHandler()142 method_match = true; in FindRequestHandler()146 if (url_match && method_match && current_score < score) { in FindRequestHandler()