Files
beast/scripts
Vinnie Falco 38b473902a 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-07-20 08:12:16 -07:00
..
2017-07-20 08:12:14 -07:00
2017-07-20 08:12:05 -07:00
2017-07-20 08:12:07 -07:00
2017-07-20 08:12:07 -07:00
2017-07-20 08:12:07 -07:00
2017-07-20 08:12:07 -07:00
2017-07-20 08:12:06 -07:00
2017-07-20 08:12:15 -07:00
2017-07-20 08:12:14 -07:00