Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp488 struct FindRoute struct in crow::Router
497 FindRoute route;
500 static FindRoute findRouteByPerMethod(std::string_view url, in findRouteByPerMethod()
503 FindRoute route; in findRouteByPerMethod()
530 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()
555 FindRoute route = findRouteByPerMethod(req.url().encoded_path(), in findRoute()