public function Response::setInfo

Set the transfer information

Parameters

array $info Array of cURL transfer stats:

Return value

Response

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php, line 273

Class

Response
Guzzle HTTP response object

Namespace

Guzzle\Http\Message

Code

public function setInfo(array $info) {
  $this->info = $info;
  return $this;
}