Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_request.hpp90 std::string_view methodString() in methodString() function
110 std::string_view methodString() const in methodString() function
H A Drouting.hpp652 req->methodString(), rule.getMethods()); in handle()
H A Dhttp_connection.hpp402 req->methodString(), req->target(), in handle()
/openbmc/bmcweb/test/http/
H A Dhttp2_connection_test.cpp51 EXPECT_EQ(req->methodString(), "GET"); in handle()
/openbmc/bmcweb/redfish-core/lib/
H A Dtask.hpp64 targetUri(req.url().encoded_path()), httpOperation(req.methodString()), in Payload()