Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dverb.hpp51 inline std::string_view httpVerbToString(HttpVerb verb) in httpVerbToString() function
H A Drouting.hpp235 findRoute.allowHeader += httpVerbToString(thisVerb); in findRoute()
365 BMCWEB_LOG_DEBUG("{}", httpVerbToString(static_cast<HttpVerb>(i))); in debugPrint()
/openbmc/bmcweb/test/http/
H A Dverb_test.cpp55 EXPECT_EQ(httpVerbToString(httpVerb), verbMap[httpVerb]); in TEST()
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_oem_routing.hpp198 httpVerbToString(static_cast<HttpVerb>(reqMethodIndex))); in findRoute()
217 httpVerbToString(static_cast<HttpVerb>(i))); in debugPrint()