public function RequestInterface::send

Send the request

Return value

Response

Throws

RequestException on a request error

1 method overrides RequestInterface::send()
Request::send in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Send the request

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function send();