Expand description
Middleware for retrying “failed” requests.
Modules§
- backoff
 - This module contains generic backoff utilities to be used with the retry layer.
 - budget
 - A retry “budget” for allowing only a certain amount of retries over time.
 - future
 - Future types
 
Structs§
- Retry
 - Configure retrying requests of “failed” responses.
 - Retry
Layer  - Retry requests based on a policy
 
Traits§
- Policy
 - A “retry policy” to classify if a request should be retried.