Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
http::chunk_last::chunk_last (2 of 4 overloads)

Constructor.

Synopsis
chunk_last(
    Trailer const& trailer);
Parameters

Name

Description

trailer

The trailer to use. This may be a type meeting the requirements of either Fields or ConstBufferSequence. If it is a ConstBufferSequence, the trailer must be formatted correctly as per rfc7230 including a CRLF on its own line to denote the end of the trailer.


PrevUpHomeNext