Home
last modified time | relevance | path

Searched defs:perMethods (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp253 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods; member in redfish::OemRouter
/openbmc/bmcweb/http/
H A Drouting.hpp387 std::array<PerMethod, static_cast<size_t>(HttpVerb::Max)> perMethods; member in crow::Router