There does not appear to be a way to do this.
It's possible to set a different HttpClient but the $options passed passed on to HttpClient::request() are built based on Client::getDefaultParams() with no easy way to adjust.
It should be possible to extend the Client class and override Client::getDefaultParams() but it seems there is nothing built in for this.
There does not appear to be a way to do this.
It's possible to set a different
HttpClientbut the$optionspassed passed on toHttpClient::request()are built based onClient::getDefaultParams()with no easy way to adjust.It should be possible to extend the
Clientclass and overrideClient::getDefaultParams()but it seems there is nothing built in for this.