Searched refs:foundRoute (Results 1 – 2 of 2) sorted by relevance
301 FindRouteResponse foundRoute = findRoute(*req); in handle() local303 if (foundRoute.route.rule == nullptr) in handle()307 if (foundRoute.allowHeader.empty()) in handle()309 foundRoute.route = findRouteByPerMethod( in handle()315 foundRoute.route = findRouteByPerMethod( in handle()321 if (!foundRoute.allowHeader.empty()) in handle()324 foundRoute.allowHeader); in handle()329 if (foundRoute.route.rule == nullptr) in handle()331 if (foundRoute.allowHeader.empty()) in handle()343 BaseRule& rule = *foundRoute.route.rule; in handle()[all …]
226 FindRouteResponse foundRoute = findRoute(*req); in handle() local228 std::move(foundRoute.route.fragmentRules); in handle()229 std::vector<std::string> params = std::move(foundRoute.route.params); in handle()