Check if the specified header is present.
Parameters
string $header The header to check.:
Return value
bool Returns TRUE or FALSE if the header is present
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php, line 95
Class
- MessageInterface
- Request and response message interface
Namespace
Guzzle\Http\Message
Code
public function hasHeader($header);