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()71 HttpBody::value_type value(EncodingType::Base64); in TEST()78 HttpBody::value_type value2(std::move(value)); in TEST()[all …]
35 std::string getData(boost::beast::http::response<bmcweb::HttpBody>& m) in getData()39 boost::beast::http::response_serializer<bmcweb::HttpBody> sr{m}; in getData()84 TEST(HttpResponse, HttpBody) in TEST() argument
34 struct HttpBody struct52 class HttpBody::value_type150 class HttpBody::writer242 class HttpBody::reader285 inline std::uint64_t HttpBody::size(const value_type& body) in size()
53 std::optional<bmcweb::HttpBody::reader> reqReader;56 std::optional<bmcweb::HttpBody::writer> writer;222 http::response<bmcweb::HttpBody>& fbody = res.response; in sendResponse()271 bmcweb::HttpBody::reader::finish(ec); in onRequestRecv()336 std::optional<bmcweb::HttpBody::reader>& reqReader = in onDataChunkRecvCallback()341 bmcweb::HttpBody::reader(thisStream->second.req->req.base(), in onDataChunkRecvCallback()
127 boost::beast::http::request<bmcweb::HttpBody> req;130 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()148 http::request<bmcweb::HttpBody> req;149 using parser_type = http::response_parser<bmcweb::HttpBody>;741 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>;
279 using BodyType = bmcweb::HttpBody;
47 http::response<bmcweb::HttpBody> response;
272 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()921 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;