13 unstable releases (4 breaking)

0.5.0 Apr 10, 2024
0.4.0 Mar 5, 2024
0.3.0 Sep 8, 2023
0.2.2 Mar 9, 2023
0.1.3 Oct 18, 2021

#56 in HTTP client

Download history 16670/week @ 2023-12-24 33920/week @ 2023-12-31 54689/week @ 2024-01-07 63784/week @ 2024-01-14 72006/week @ 2024-01-21 78578/week @ 2024-01-28 84543/week @ 2024-02-04 87338/week @ 2024-02-11 91613/week @ 2024-02-18 98169/week @ 2024-02-25 90364/week @ 2024-03-03 103532/week @ 2024-03-10 100301/week @ 2024-03-17 99982/week @ 2024-03-24 101747/week @ 2024-03-31 83114/week @ 2024-04-07

389,226 downloads per month
Used in 108 crates (67 directly)

MIT/Apache

61KB
748 lines

reqwest-retry

Retry middleware implementation for reqwest-middleware.

Crates.io Docs.rs CI Coverage Status

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

~6–21MB
~274K SLoC