File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ class RetryHandler(BaseMiddleware):
1616 :param int max_retries:
1717 Maximum number of retries to allow. Takes precedence over other counts.
1818 Set to ``0`` to fail on the first retry.
19- :param iterable allowed_methods:
20- Set of uppercased HTTP method verbs that we should retry on.
21- By default, we only retry on methods which are considered to be
22- idempotent (multiple requests with the same parameters end with the
23- same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`.
24- Set to a ``None`` value to retry on any verb.
2519 :param iterable retry_on_status_codes:
2620 A set of integer HTTP status codes that we should force a retry on.
2721 A retry is initiated if the request method is in ``allowed_methods``
You can’t perform that action at this time.
0 commit comments