Boost C++ Libraries Home Libraries People FAQ More

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

Constructor.

Synopsis
chunk_last(
    Trailer const& trailer);
Description 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