Module retry

Source
Expand description

Middleware for retrying “failed” requests.

Re-exports§

pub use managed::ManagedPolicy;

Modules§

managed
Managed retry Policy.

Structs§

Retry
Configure retrying requests of “failed” responses.
RetryBody
A body that can be clone and used for requests that have to be rertried.
RetryError
Error type for Retry
RetryLayer
Retry requests based on a policy

Enums§

PolicyResult
The full result of a limit policy.

Traits§

Policy
A “retry policy” to classify if a request should be retried.