reqwest-middleware/reqwest-retry
tl-rodrigo-gryzinski 52de87e5a2
Release reqwest-retry 0.1.2 (#11)
* chore: version bump reqwest-retry to 0.1.2
* bump reqwest-retry to next development version
2021-09-28 21:48:55 +01:00
..
src chore: Move to task-local-extensions (#9) 2021-09-28 19:50:23 +01:00
tests Initial commit 2021-08-13 08:59:58 +01:00
.gitignore Initial commit 2021-08-13 08:59:58 +01:00
CHANGELOG.md Release reqwest-retry 0.1.2 (#11) 2021-09-28 21:48:55 +01:00
Cargo.toml Release reqwest-retry 0.1.2 (#11) 2021-09-28 21:48:55 +01:00
README.md Include README in crate doctests and improve documentation (#8) 2021-09-28 19:26:03 +01:00

README.md

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.