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