Add streambuf write():

This function performs serialization of a variable list of arguments
to a streambuf. It accepts a wide variety of argument types, using
boost::asio::buffer and boost::lexical_cast where possible.
This commit is contained in:
Vinnie Falco
2016-04-26 06:22:58 -04:00
parent 7cfdab936c
commit 4cfa1d5cd3
11 changed files with 271 additions and 98 deletions

View File

@@ -8,7 +8,6 @@
#ifndef BEAST_HTTP_IMPL_BASIC_HEADERS_IPP
#define BEAST_HTTP_IMPL_BASIC_HEADERS_IPP
#include <beast/http/detail/writes.hpp>
#include <beast/type_check.hpp>
namespace beast {