Home
last modified time | relevance | path

Searched refs:reqIn (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/test/include/
H A Dmultipart_test.cpp45 crow::Request reqIn(body, ec); in TEST_F() local
47 reqIn.addHeader("Content-Type", in TEST_F()
80 crow::Request reqIn(body, ec); in TEST_F() local
82 reqIn.addHeader("Content-Type", in TEST_F()
98 crow::Request reqIn(body, ec); in TEST_F() local
100 reqIn.addHeader("Content-Type", in TEST_F()
120 crow::Request reqIn(body, ec); in TEST_F() local
139 crow::Request reqIn(body, ec); in TEST_F() local
159 crow::Request reqIn(body, ec); in TEST_F() local
345 reqIn.addHeader( in TEST_F()
[all …]
/openbmc/bmcweb/http/
H A Dhttp_request.hpp34 Request(Body reqIn, std::error_code& ec) : req(std::move(reqIn)) in Request()
H A Dhttp_client.hpp121 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()
123 req(std::move(reqIn)), in PendingRequest()