Searched refs:reqIn (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/test/include/ |
H A D | multipart_test.cpp | 40 crow::Request reqIn(body, ec); in TEST_F() local 42 reqIn.addHeader("Content-Type", in TEST_F() 46 ParserError rc = parser.parse(reqIn); in TEST_F() 75 crow::Request reqIn(body, ec); in TEST_F() local 77 reqIn.addHeader("Content-Type", in TEST_F() 81 ParserError rc = parser.parse(reqIn); in TEST_F() 93 crow::Request reqIn(body, ec); in TEST_F() local 95 reqIn.addHeader("Content-Type", in TEST_F() 99 ParserError rc = parser.parse(reqIn); in TEST_F() 115 crow::Request reqIn(body, ec); in TEST_F() local [all …]
|
/openbmc/bmcweb/http/ |
H A D | http_request.hpp | 41 Request(Body reqIn, std::error_code& ec) : req(std::move(reqIn)) in Request()
|
H A D | http_client.hpp | 130 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest() 132 req(std::move(reqIn)), callback(callbackIn) in PendingRequest()
|