public function RequestInterface::receiveResponseHeader

Method to receive HTTP response headers as they are retrieved

Parameters

string $data Header data.:

Return value

integer Returns the size of the data.

1 method overrides RequestInterface::receiveResponseHeader()
Request::receiveResponseHeader in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Method to receive HTTP response headers as they are retrieved

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 257

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function receiveResponseHeader($data);