Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::message::has_content_length

Returns true if the Content-Length field is present.

Synopsis
bool
has_content_length() const;
Description

This function inspects the fields and returns true if the Content-Length field is present. The properties of the body are not checked, this only looks for the field.


PrevUpHomeNext