Expand description
Middleware for retrying “failed” requests.
Re-exports§
pub use managed::ManagedPolicy;
Modules§
Structs§
- 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.