Retry middleware for reqwest, enabling automatic retries of failed HTTP requests.
# Cargo.toml
[dependencies]
reqwest-retry = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a reqwest client with retry middleware using exponential backoff.
Add reqwest-middleware to Cargo.toml
No dependency data recorded yet.