Expand description
Middleware for retrying “failed” requests.
Modules§
- Managed retry
Policy
.
Structs§
- A managed retry
Policy
, which allows for an easier interface to configure retrying requests. - Configure retrying requests of “failed” responses.
- A body that can be clone and used for requests that have to be rertried.
- Error type for
Retry
- Retry requests based on a policy
Enums§
- The full result of a limit policy.
Traits§
- A “retry policy” to classify if a request should be retried.