33 #ifndef _IDENTT_HTTP_SERVER_RESPONSE_HPP_ 34 #define _IDENTT_HTTP_SERVER_RESPONSE_HPP_ 36 #include <boost/asio.hpp> 43 template <
class socket_type>
45 ServerResponse(
const std::shared_ptr<socket_type> &socket): std::ostream(&streambuf), socket(socket) {}
48 return streambuf.size();
50 boost::asio::streambuf streambuf;
51 std::shared_ptr<socket_type> socket;
Definition: ServerResponse.hpp:44
Definition: CryptoBase.hpp:49