Home
last modified time | relevance | path

Searched defs:Http2StreamData (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp52 struct Http2StreamData struct
54 std::shared_ptr<Request> req = std::make_shared<Request>();
55 std::optional<bmcweb::HttpBody::reader> reqReader;
56 std::string accept;
57 std::string acceptEnc;
58 Response res;
59 std::optional<bmcweb::HttpBody::writer> writer;