Skip to content

Commit

Permalink
refactor(docs): remove boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Apr 3, 2016
1 parent e835bcf commit 0fcdf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[gentleman](https://github.com/h2non/gentleman)'s plugin providing retry policy capabilities to your HTTP clients.
Retry attempts will happen in case of server or network error.

By default it supports a constant back off retry strategy, but it also supports user defined retry strategies.
Constant backoff strategy will be used by default, but you use custom retry strategies with different behaviors.
Request bodies will be cached in the stack in order to re-send them if needed.

By default, retry will happen in case of error or server response error (>= 500).
Expand Down

0 comments on commit 0fcdf61

Please sign in to comment.