60212ae451
* update reqwest and http crates remove task_local_extensions * remove older opentelemetry packages * remove more legacy and add new otel * attempt to make features additive * features are additive * delete commented out code * build split * docs * more uniform with reqwest::Client * remove arcs * slight optimisation * update readmes * update changelog |
||
---|---|---|
.. | ||
src | ||
tests/all | ||
.gitignore | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md |
README.md
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.