Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if there is a header with the given key.
bool has(
const key_type& name
) const;
Parameters
- name
The name of the header field.
Return Value
true if there is a header with the given name, false otherwise.
Requirements
Header: http_msg.h
Namespace: web::http