google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

Feat. request: timeout for default http client

Open pkly opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. It is not possible to set a timeout for the default http client.

Describe the solution you'd like Allow Google/Client to take a timeout option in it's config so it can be passed along to guzzle client during creation of default http client.

Describe alternatives you've considered Adding PSR http client support instead of using guzzle, as that would possibly fix this issue, but would require some reorganization on the library's part.

pkly avatar Feb 21 '24 08:02 pkly