public function MessageInterface::removeHeader

Remove a specific HTTP header.

Parameters

string $header HTTP header to remove.:

Return value

MessageInterface

1 method overrides MessageInterface::removeHeader()

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php, line 104

Class

MessageInterface
Request and response message interface

Namespace

Guzzle\Http\Message

Code

public function removeHeader($header);