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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
http::message::chunked (2 of 2 overloads)

Set or clear the chunked Transfer-Encoding.

Synopsis
void
chunked(
    bool value);
Description

This function will set or removed the "chunked" transfer encoding as the last item in the list of encodings in the field.

If the result of removing the chunked token results in an empty string, the field is erased.

The Content-Length field is erased unconditionally.


PrevUpHomeNext