Open
Description
I really want to pass the configuration to Guzzle HTTP Client for setting timeout, and I have a proposal for that.
Add $clientOptions
to the constructor of /src/Client/Server/Server.php
abstract class Server
{
/**
* @var array
*/
protected $clientOptions;
/**
* Create a new server instance.
*
* @param ClientCredentialsInterface|array $clientCredentials
* @param SignatureInterface $signature
* @param array $clientOptions
*/
public function __construct($clientCredentials, SignatureInterface $signature = null, $clientOptions)
Metadata
Metadata
Assignees
Labels
No labels