Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp604 FindRouteResponse foundRoute = findRoute(*req); in handle() local
606 if (foundRoute.route.rule == nullptr) in handle()
610 if (foundRoute.allowHeader.empty()) in handle()
612 foundRoute.route = findRouteByPerMethod( in handle()
618 foundRoute.route = findRouteByPerMethod( in handle()
624 if (!foundRoute.allowHeader.empty()) in handle()
627 foundRoute.allowHeader); in handle()
632 if (foundRoute.route.rule == nullptr) in handle()
634 if (foundRoute.allowHeader.empty()) in handle()
646 BaseRule& rule = *foundRoute.route.rule; in handle()
[all …]