15 unstable releases (5 breaking)
0.6.1 | Aug 9, 2024 |
---|---|
0.6.0 | Jun 28, 2024 |
0.5.0 | Apr 10, 2024 |
0.4.0 | Mar 5, 2024 |
0.1.3 | Oct 18, 2021 |
#35 in HTTP client
616,642 downloads per month
Used in 139 crates
(95 directly)
63KB
775 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
~5–17MB
~207K SLoC