Boost C++ Libraries Home Libraries People FAQ More

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