roar
Loading...
Searching...
No Matches
stream_type.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <boost/beast/core/tcp_stream.hpp>
4#include <boost/beast/core/rate_policy.hpp>
5#include <boost/asio/ip/tcp.hpp>
6#include <boost/asio/any_io_executor.hpp>
7
8namespace Roar::Detail
9{
10 using StreamType = boost::beast::
11 basic_stream<boost::asio::ip::tcp, boost::asio::any_io_executor, boost::beast::simple_rate_policy>;
12}
Definition range_file_body.hpp:18
boost::beast::basic_stream< boost::asio::ip::tcp, boost::asio::any_io_executor, boost::beast::simple_rate_policy > StreamType
Definition stream_type.hpp:11