Searched refs:HttpBody (Results 1 – 10 of 10) sorted by relevance
26 HttpBody::value_type value("teststring"); in TEST()28 HttpBody::value_type value2(std::move(value)); in TEST()36 HttpBody::value_type value; in TEST()39 HttpBody::value_type value2 = std::move(value); in TEST()47 HttpBody::value_type value; in TEST()50 HttpBody::value_type value2(value); in TEST()58 HttpBody::value_type value; in TEST()61 HttpBody::value_type value2 = value; in TEST()69 HttpBody::value_type value(EncodingType::Base64); in TEST()76 HttpBody::value_type value2(std::move(value)); in TEST()[all …]
33 std::string getData(boost::beast::http::response<bmcweb::HttpBody>& m) in getData()37 boost::beast::http::response_serializer<bmcweb::HttpBody> sr{m}; in getData()82 TEST(HttpResponse, HttpBody) in TEST() argument
21 struct HttpBody struct39 class HttpBody::value_type137 class HttpBody::writer229 class HttpBody::reader272 inline std::uint64_t HttpBody::size(const value_type& body) in size()
42 std::optional<bmcweb::HttpBody::reader> reqReader;45 std::optional<bmcweb::HttpBody::writer> writer;188 http::response<bmcweb::HttpBody>& fbody = res.response; in sendResponse()305 std::optional<bmcweb::HttpBody::reader>& reqReader = in onDataChunkRecvCallback()310 bmcweb::HttpBody::reader(thisStream->second.req->req.base(), in onDataChunkRecvCallback()
117 boost::beast::http::request<bmcweb::HttpBody> req;120 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()138 http::request<bmcweb::HttpBody> req;139 using parser_type = http::response_parser<bmcweb::HttpBody>;732 boost::beast::http::request<bmcweb::HttpBody> thisReq( in sendData()
21 using Body = boost::beast::http::request<bmcweb::HttpBody>;
129 using Body = boost::beast::http::request<bmcweb::HttpBody>; in start()213 boost::beast::http::request<bmcweb::HttpBody>>& /*req*/, in acceptDone()
280 using BodyType = bmcweb::HttpBody;
230 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()778 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;
36 http::response<bmcweb::HttpBody> response;