Open Journal Systems  3.3.0
HttpAsyncClient.php
1 <?php
2 
3 namespace Http\Client;
4 
7 
13 interface HttpAsyncClient
14 {
24  public function sendAsyncRequest(RequestInterface $request);
25 }
Http\Client\HttpAsyncClient
Definition: HttpAsyncClient.php:13
Psr\Http\Message\RequestInterface
Definition: vendor/psr/http-message/src/RequestInterface.php:24
Http\Promise\Promise
Definition: php-http/promise/src/Promise.php:16
Http\Client
Http\Client\HttpAsyncClient\sendAsyncRequest
sendAsyncRequest(RequestInterface $request)