Files
beast/scripts
Vinnie Falco bef9ae11ea New buffers() replaces to_string() (API Change):
A new function, buffers(), returns an implementation defined object
which wraps a ConstBufferSequence and supports formatting to a
std::ostream.

The function to_string is removed, as the new implementation allows
conversion to string using boost::lexical_cast on the return value
of the call to buffers(). Streaming to an output stream is more
efficient: no dynamic allocations are performed.

Example:

    streambuf sb;
    std::cout << buffers(sb.data()) << std::endl;
2017-05-09 07:23:04 -07:00
..
2017-01-17 14:45:40 -05:00
2016-05-06 12:58:09 -04:00
2016-05-28 07:16:31 -04:00
2016-05-28 07:16:31 -04:00
2016-05-28 07:16:31 -04:00
2016-05-28 07:16:31 -04:00
2016-05-12 19:20:57 -04:00
2017-05-07 09:33:52 -07:00
2016-11-15 12:04:59 -05:00