Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp489 struct FindRoute struct in crow::Router
498 FindRoute route;
501 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod()
504 FindRoute route; in findRouteByPerMethod()
531 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()
556 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()