Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Drouting.hpp414 struct PerMethod struct in crow::Router
420 PerMethod() : rules(1) {} in PerMethod() argument
482 for (PerMethod& perMethod : perMethods) in validate()
501 const PerMethod& perMethod) in findRouteByPerMethod()
570 PerMethod& perMethod = upgradeRoutes; in handleUpgrade()
679 for (const PerMethod& pm : perMethods) in getRoutes()
692 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods;
694 PerMethod notFoundRoutes;
695 PerMethod upgradeRoutes;
696 PerMethod methodNotAllowedRoutes;