From efdd52f2fa7d5f97e84381dd122004c5c1eb4699 Mon Sep 17 00:00:00 2001 From: Tom Milligan Date: Tue, 12 Sep 2023 11:45:07 +0100 Subject: [PATCH] readme: add link to reqwest-chain crate (#103) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dddf05d..24953c2 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,4 @@ The following third-party middleware use `request-middleware`: - [`reqwest-cache`](https://gitlab.com/famedly/company/backend/libraries/reqwest-cache) - HTTP caching - [`aliri_reqwest`](https://github.com/neoeinstein/aliri/tree/main/aliri_reqwest) - Background token management and renewal - [`http-signature-normalization-reqwest`](https://crates.io/crates/http-signature-normalization-reqwest) (not free software) - HTTP Signatures +- [`reqwest-chain`](https://github.com/tommilligan/reqwest-chain) - Apply custom criteria to any reqwest response, deciding when and how to retry.