reqwest-retry-wasi

Crates.ioreqwest-retry-wasi
lib.rsreqwest-retry-wasi
version0.3.0
sourcesrc
created_at2023-12-06 09:49:04.590886
updated_at2023-12-06 09:49:04.590886
descriptionRetry middleware for reqwest.
homepage
repositoryhttps://github.com/TrueLayer/reqwest-middleware
max_upload_size
id1059813
size41,271
DarumaDocker!! (DarumaDocker)

documentation

README

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.
Commit count: 126

cargo fmt