Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dtest_stream.hpp15 struct TestStream : public boost::beast::test::stream struct
17 explicit TestStream(boost::asio::io_context& io) : in TestStream() function
21 using endpoint = boost::asio::ip::tcp::endpoint;
23 static endpoint remote_endpoint(boost::system::error_code& ec) in remote_endpoint()