Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
http::message::contains

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

bool
contains(
    field name) const;
  » more...

bool
contains(
    string_view name) const;
  » more...

PrevUpHomeNext