Module tower::retry[][src]

This is supported on crate feature retry only.
Expand description

Middleware for retrying “failed” requests.

Modules

A retry “budget” for allowing only a certain amount of retries over time.

Future types

Structs

Configure retrying requests of “failed” responses.

Retry requests based on a policy

Traits

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