reqwest-middleware/reqwest-retry
2024-12-02 14:34:14 -08:00
..
src update wasm-timer to wasmtimer 2024-11-26 16:16:25 -08:00
tests/all refactor: fix clippy::needless_borrows_for_generic_args (#190) 2024-10-17 09:53:04 +01:00
.gitignore Initial commit 2021-08-13 08:59:58 +01:00
Cargo.toml move wasmtimer to wasm32 dependencies 2024-12-02 14:34:14 -08:00
CHANGELOG.md Release new versions (#198) 2024-11-11 18:24:20 +00:00
LICENSE-APACHE Fix missing LICENSE-* files in released crates (#147) 2024-04-26 13:53:50 +01:00
LICENSE-MIT Fix missing LICENSE-* files in released crates (#147) 2024-04-26 13:53:50 +01:00
README.md Include README in crate doctests and improve documentation (#8) 2021-09-28 19:26:03 +01:00

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.