Searched refs:reqIn (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/test/include/ |
| H A D | multipart_test.cpp | 38 crow::Request reqIn(body, ec); in TEST_F() local 40 reqIn.addHeader("Content-Type", in TEST_F() 44 ParserError rc = parser.parse(reqIn); in TEST_F() 73 crow::Request reqIn(body, ec); in TEST_F() local 75 reqIn.addHeader("Content-Type", in TEST_F() 79 ParserError rc = parser.parse(reqIn); in TEST_F() 91 crow::Request reqIn(body, ec); in TEST_F() local 93 reqIn.addHeader("Content-Type", in TEST_F() 97 ParserError rc = parser.parse(reqIn); in TEST_F() 113 crow::Request reqIn(body, ec); in TEST_F() local [all …]
|
| /openbmc/bmcweb/http/ |
| H A D | http_request.hpp | 43 Request(Body&& reqIn, std::error_code& ec) : req(std::move(reqIn)) in Request()
|
| H A D | http_client.hpp | 129 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest() 131 req(std::move(reqIn)), callback(callbackIn) in PendingRequest()
|