Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dsub_request.hpp21 url_(req.url().encoded_path()), method_(req.method()) in SubRequest()
53 return method_; in method()
63 if (method_ == boost::beast::http::verb::get) in needHandling()
68 if ((method_ == boost::beast::http::verb::patch || in needHandling()
69 method_ == boost::beast::http::verb::post) && in needHandling()
80 boost::beast::http::verb method_; member in redfish::SubRequest
/openbmc/sdbusplus/include/sdbusplus/
H A Dvtable.hpp110 namespace method_ namespace