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 a snapshot of the master branch, built from commit e83975fcee.
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 remove 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