6 releases
0.1.5 | Apr 21, 2022 |
---|---|
0.1.4 | Feb 21, 2022 |
0.1.3 | Oct 18, 2021 |
0.1.2 | Sep 28, 2021 |
0.1.0 | Aug 12, 2021 |
#25 in HTTP client
30,146 downloads per month
Used in 34 crates
(30 directly)
29KB
437 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
~8–17MB
~336K SLoC