Boost C++ Libraries Home Libraries People FAQ More

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