Home
last modified time | relevance | path

Searched refs:HttpBody (Results 1 – 10 of 10) sorted by relevance

/openbmc/bmcweb/test/http/
H A Dhttp_body_test.cpp26 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 …]
H A Dhttp_response_test.cpp33 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
/openbmc/bmcweb/http/
H A Dhttp_body.hpp21 struct HttpBody struct
39 class HttpBody::value_type
137 class HttpBody::writer
229 class HttpBody::reader
272 inline std::uint64_t HttpBody::size(const value_type& body) in size()
H A Dhttp2_connection.hpp42 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()
H A Dhttp_client.hpp117 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()
H A Dhttp_request.hpp21 using Body = boost::beast::http::request<bmcweb::HttpBody>;
H A Dwebsocket.hpp129 using Body = boost::beast::http::request<bmcweb::HttpBody>; in start()
213 boost::beast::http::request<bmcweb::HttpBody>>& /*req*/, in acceptDone()
H A Dserver_sent_event.hpp280 using BodyType = bmcweb::HttpBody;
H A Dhttp_connection.hpp227 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()
752 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;
H A Dhttp_response.hpp36 http::response<bmcweb::HttpBody> response;