public function Request::getResponse

Get the previously received {not been sent

Return value

Response|null

Overrides RequestInterface::getResponse

See also

Response} or NULL if the request has

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php, line 268

Class

Request
HTTP request class to send requests

Namespace

Guzzle\Http\Message

Code

public function getResponse() {
  return $this->response;
}