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()
72 HttpBody::value_type value(EncodingType::Base64, CompressionType::Raw); in TEST()
79 HttpBody::value_type value2(std::move(value)); in TEST()
[all …]
H A Dhttp_response_test.cpp36 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
/openbmc/bmcweb/http/
H A Dhttp_body.hpp35 struct HttpBody struct
60 class HttpBody::value_type
171 class HttpBody::writer
283 class HttpBody::reader
326 inline std::uint64_t HttpBody::size(const value_type& body) in size()
H A Dhttp2_connection.hpp55 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()
H A Dhttp_client.hpp126 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()
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_impl.hpp266 using BodyType = bmcweb::HttpBody;
H A Dhttp_response.hpp48 http::response<bmcweb::HttpBody> response;
H A Dhttp_connection.hpp274 boost::beast::http::request_parser<bmcweb::HttpBody>& instance = in initParser()
937 std::optional<boost::beast::http::request_parser<bmcweb::HttpBody>> parser;