Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::message::contains (2 of 2 overloads)

(Inherited from http::basic_fields)

Returns true if there is a field with the specified name.

Synopsis
bool
contains(
    string_view name) const;
Parameters

Name

Description

name

The field name. It is interpreted as a case-insensitive string.


PrevUpHomeNext