function ClientInterface::sendAsync
Asynchronously send an HTTP request.
Parameters
RequestInterface $request Request to send:
array $options Request options to apply to the given: request and to the transfer.
1 method overrides ClientInterface::sendAsync()
- Client::sendAsync in vendor/
guzzlehttp/ guzzle/ src/ Client.php - Asynchronously send an HTTP request.
File
-
vendor/
guzzlehttp/ guzzle/ src/ ClientInterface.php, line 39
Class
- ClientInterface
- Client interface for sending HTTP requests.
Namespace
GuzzleHttpCode
public function sendAsync(RequestInterface $request, array $options = []) : PromiseInterface;