Open Journal Systems
3.3.0
|
Public Member Functions | |
sendAsyncRequest (RequestInterface $request) | |
Sends a PSR-7 Request in an asynchronous way by returning a Promise.
Definition at line 13 of file HttpAsyncClient.php.
Http\Client\HttpAsyncClient::sendAsyncRequest | ( | RequestInterface | $request | ) |
Sends a PSR-7 request in an asynchronous way.
Exceptions related to processing the request are available from the returned Promise.
Implemented in Http\Adapter\Guzzle6\Client.