Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct (?ClientInterface $client=null) | |
sendAsyncRequest (RequestInterface $request) | |
sendRequest (RequestInterface $request) | |
Static Public Member Functions | |
static | createWithConfig (array $config) |
Definition at line 21 of file vendor/php-http/guzzle6-adapter/src/Client.php.
Http\Adapter\Guzzle6\Client::__construct | ( | ?ClientInterface | $client = null | ) |
Definition at line 31 of file vendor/php-http/guzzle6-adapter/src/Client.php.
|
static |
Factory method to create the Guzzle 6 adapter with custom Guzzle configuration.
Definition at line 43 of file vendor/php-http/guzzle6-adapter/src/Client.php.
Http\Adapter\Guzzle6\Client::sendAsyncRequest | ( | RequestInterface | $request | ) |
{Sends a PSR-7 request in an asynchronous way.Exceptions related to processing the request are available from the returned Promise.
Implements Http\Client\HttpAsyncClient.
Definition at line 61 of file vendor/php-http/guzzle6-adapter/src/Client.php.
Referenced by Http\Adapter\Guzzle6\Client\sendRequest().
Http\Adapter\Guzzle6\Client::sendRequest | ( | RequestInterface | $request | ) |
{Sends a PSR-7 request and returns a PSR-7 response.
RequestInterface | $request |
Implements Psr\Http\Client\ClientInterface.
Definition at line 51 of file vendor/php-http/guzzle6-adapter/src/Client.php.
References Http\Adapter\Guzzle6\Client\sendAsyncRequest().