3 releases (breaking)
| 0.9.1 | Feb 9, 2026 |
|---|---|
| 0.8.0 | Dec 18, 2025 |
| 0.7.0 | Nov 14, 2025 |
#72 in HTTP client
44,716 downloads per month
Used in 20 crates
(4 directly)
66KB
813 lines
reqwest-retry
Retry middleware implementation for
reqwest-middleware.
Overview
Build RetryTransientMiddleware from a RetryPolicy, then attach it to a
reqwest_middleware::ClientBuilder.
retry-policies::policies is reexported under
reqwest_retry::policies for convenience.
See reqwest_middleware for usage with reqwest.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~9–18MB
~233K SLoC