public function ClientInterface::sendAsync in Auth0 Single Sign On 8.2
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.
Return value
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 41
Class
- ClientInterface
- Client interface for sending HTTP requests.
Namespace
GuzzleHttpCode
public function sendAsync(RequestInterface $request, array $options = []);