docs.rs failed to build reessaie-3.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
reessaie
Companion library to reqwest-retry with helpers to use the Retry-After HTTP header to control the time between retries, if it's available.
Partially inspired by reqwest-retry-after.
Installing
Add reessaie to your dependencies:
[]
= "3.0.0"
or by running:
cargo add reesaie
Example
use Context;
use ;
use Client;
use ClientBuilder;
async
For more information, see the docs.
Minimum Rust version
reessaie currently builds on Rust 1.88 or newer.