public function ClientInterface::send

Sends a single request or an array of requests in parallel

Parameters

array $requests Request(s) to send:

Return value

array Returns the response(s)

1 method overrides ClientInterface::send()
Client::send in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Sends a single request or an array of requests in parallel

File

drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php, line 242

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function send($requests);