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::message::content_length

Set or clear the Content-Length field.

Synopsis
void
content_length(
    boost::optional< std::uint64_t > const& value);
Description

This function adjusts the Content-Length field as follows:

If "chunked" token appears as the last item in the Transfer-Encoding field it is unconditionally removed.

Parameters

Name

Description

value

The value to set for Content-Length.


PrevUpHomeNext