Module tower::retry[][src]

This is supported on crate feature retry only.

Middleware for retrying “failed” requests.

Modules

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.

RetryLayer

Retry requests based on a policy

Traits

Policy

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