Download the PHP package mikeevstropov/guzzle without Composer
On this page you can find all versions of the php package mikeevstropov/guzzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package guzzle
mikeevstropov/guzzle
Retrying behavior for Guzzle
Installation
Add dependency mikeevstropov/guzzle
New options
-
requests_limit
Accepts:
integer
- positive integer
Default:
1
- only one attempt
Maximum number of attempts to receive a response.
-
repeat_on
Accepts:
array
- array with a numeric index
Default:
array(0, 5)
- repeat failed request or if response code is 5xx
List of error codes for retrying requests:
array(5)
- onGuzzleHttp\Exception\ServerException
(5xx code)array(4)
- onGuzzleHttp\Exception\ClientException
(4xx code)array(0)
- otherTransferException
likeGuzzleHttp\Exception\ConnectException
You can combine it like
array(4, 5).
Usage
Development
Clone
Go to project
Install dependencies
Increase composer timeout. Since composer by default set it to 300 seconds.
Run the tests
All versions of guzzle with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.3
The package mikeevstropov/guzzle contains the following files
Loading the files please wait ....