Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_request.hpp84 std::string_view methodString() in methodString() function
104 std::string_view methodString() const in methodString() function
H A Dhttp_connection.hpp271 req->methodString(), req->target(), in handle()
H A Drouting.hpp653 req->methodString(), rule.getMethods()); in handle()
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp46 EXPECT_EQ(req->methodString(), "GET"); in handle()
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp53 targetUri(req.url().encoded_path()), httpOperation(req.methodString()), in Payload()