Searched refs:HttpBody (Results 1 – 10 of 10) sorted by relevance
28 HttpBody::value_type value("teststring"); in TEST()30 HttpBody::value_type value2(std::move(value)); in TEST()38 HttpBody::value_type value; in TEST()41 HttpBody::value_type value2 = std::move(value); in TEST()49 HttpBody::value_type value; in TEST()52 HttpBody::value_type value2(value); in TEST()60 HttpBody::value_type value; in TEST()63 HttpBody::value_type value2 = value; in TEST()72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()79 HttpBody::value_type value2(std::move(value)); in TEST()[all …]
36 std::string getData(boost::beast::http::response<bmcweb::HttpBody>& m) in getData()40 boost::beast::http::response_serializer<bmcweb::HttpBody> sr{m}; in getData()85 TEST(HttpResponse, HttpBody) in TEST() argument
35 struct HttpBody struct60 class HttpBody::value_type171 class HttpBody::writer283 class HttpBody::reader326 inline std::uint64_t HttpBody::size(const value_type& body) in size()
55 std::optional<bmcweb::HttpBody::reader> reqReader;59 std::optional<bmcweb::HttpBody::writer> writer;244 http::response<bmcweb::HttpBody>& fbody = res.response; in sendResponse()293 bmcweb::HttpBody::reader::finish(ec); in onRequestRecv()360 std::optional<bmcweb::HttpBody::reader>& reqReader = in onDataChunkRecvCallback()365 bmcweb::HttpBody::reader(thisStream->second.req->req.base(), in onDataChunkRecvCallback()
126 boost::beast::http::request<bmcweb::HttpBody> req;129 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()147 http::request<bmcweb::HttpBody> req;148 using parser_type = http::response_parser<bmcweb::HttpBody>;754 boost::beast::http::request<bmcweb::HttpBody> thisReq( in sendData()
119 using Body = boost::beast::http::request<bmcweb::HttpBody>; in start()203 boost::beast::http::request<bmcweb::HttpBody>>& /*req*/, in acceptDone()
29 using Body = boost::beast::http::request<bmcweb::HttpBody>;
266 using BodyType = bmcweb::HttpBody;
48 http::response<bmcweb::HttpBody> response;
274 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()937 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;