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.cpp28 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 …]
H A Dhttp_response_test.cpp35 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
/openbmc/bmcweb/http/
H A Dhttp_body.hpp34 struct HttpBody struct
52 class HttpBody::value_type
150 class HttpBody::writer
242 class HttpBody::reader
285 inline std::uint64_t HttpBody::size(const value_type& body) in size()
H A Dhttp2_connection.hpp53 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()
H A Dhttp_client.hpp127 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()
H A Dwebsocket_impl.hpp119 using Body = boost::beast::http::request<bmcweb::HttpBody>; in start()
203 boost::beast::http::request<bmcweb::HttpBody>>& /*req*/, in acceptDone()
H A Dhttp_request.hpp29 using Body = boost::beast::http::request<bmcweb::HttpBody>;
H A Dserver_sent_event.hpp279 using BodyType = bmcweb::HttpBody;
H A Dhttp_response.hpp47 http::response<bmcweb::HttpBody> response;
H A Dhttp_connection.hpp272 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()
921 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;