Searched refs:foundRoute (Results 1 – 1 of 1) sorted by relevance
606 FindRouteResponse foundRoute = findRoute(*req); in handle() local608 if (foundRoute.route.rule == nullptr) in handle()612 if (foundRoute.allowHeader.empty()) in handle()614 foundRoute.route = findRouteByPerMethod( in handle()620 foundRoute.route = findRouteByPerMethod( in handle()626 if (!foundRoute.allowHeader.empty()) in handle()629 foundRoute.allowHeader); in handle()634 if (foundRoute.route.rule == nullptr) in handle()636 if (foundRoute.allowHeader.empty()) in handle()648 BaseRule& rule = *foundRoute.route.rule; in handle()[all …]