...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns a http::chunk_last
.
Defined in header <boost/beast/http/chunk_encode.hpp>
template< class Trailer, class... Args> chunk_last< Trailer > make_chunk_last( Trailer const& trailer, Args&&... args);
This function construct and returns a complete http::chunk_last
for a last chunk containing
the specified trailers.
Name |
Description |
---|---|
|
A ConstBufferSequence or |
This function is provided as a notational convenience to omit specification of the class template arguments.
Name |
Description |
---|---|
|
Optional arguments passed to the chunk_last constructor. |
Convenience header <boost/beast/http.hpp>