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

@@ -10,7 +10,6 @@
#include <beast/http/chunk_encode.hpp>
#include <beast/http/resume_context.hpp>
#include <beast/http/detail/writes.hpp>
#include <beast/http/detail/write_preparation.hpp>
#include <beast/buffer_cat.hpp>
#include <beast/bind_handler.hpp>