11 releases

0.3.0 Sep 8, 2023
0.2.2 Mar 9, 2023
0.2.1 Dec 2, 2022
0.2.0 Nov 15, 2022
0.1.3 Oct 18, 2021

#38 in HTTP client

Download history 16496/week @ 2023-06-08 17702/week @ 2023-06-15 23690/week @ 2023-06-22 22734/week @ 2023-06-29 25972/week @ 2023-07-06 24530/week @ 2023-07-13 29562/week @ 2023-07-20 29556/week @ 2023-07-27 28492/week @ 2023-08-03 27380/week @ 2023-08-10 28741/week @ 2023-08-17 28739/week @ 2023-08-24 30709/week @ 2023-08-31 36054/week @ 2023-09-07 38773/week @ 2023-09-14 32119/week @ 2023-09-21

143,357 downloads per month
Used in 75 crates (52 directly)

MIT/Apache

50KB
655 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–47MB
~732K SLoC