Skip to content

Commit

Permalink
readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kcasas committed Jul 14, 2017
1 parent 13281df commit 11b1260
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ The allowed options are
### Retrying Requests

Add the `RetryHandler` middleware on the `HandlerStack` of your `GuzzleHttp\Client` instance. By default `Zendesk\Api\HttpClient`
retries timeout requests, those that throw `Psr\Http\Message\RequestInterface\ConnectException:class` and those that throw
`Psr\Http\Message\RequestInterface\RequestException:class` that are identified as ssl issue.
retries:
* timeout requests
* those that throw `Psr\Http\Message\RequestInterface\ConnectException:class`
* and those that throw `Psr\Http\Message\RequestInterface\RequestException:class` that are identified as ssl issue.

#### Available options
Options are passed on `RetryHandler` as an array of values.
Expand Down

0 comments on commit 11b1260

Please sign in to comment.