Vinnie Falco
4cfa1d5cd3
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.
2016-04-26 18:38:02 -04:00
Vinnie Falco
7cfdab936c
Beast documentation work
2016-04-25 05:08:47 -04:00
Vinnie Falco
af3d721f82
Reduce requirements to C++11 only
2016-04-22 11:59:03 -04:00
Vinnie Falco
5602a24b22
Fix basic_streambuf:
...
prepare() is rewritten to operate more simply; the state of
the container is always consistent even between internal operations.
2016-04-21 15:17:04 -04:00
Howard Hinnant
df82a734af
Fix includes, remove unused type checks
2016-04-21 11:22:06 -04:00
Vinnie Falco
f07cd8ceb4
Reorganize source files
2016-04-20 12:01:25 -04:00