From 8763ab1e309581a8f3c001d95d325c59f77e06ca Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 23 Nov 2022 19:20:21 +0800 Subject: [PATCH] README.md: Add third party middleware list (#75) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cd12dec..0890ca8 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,13 @@ 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. + +## Third-party middleware + +The following third-party middleware use `request-middleware`: + +- [`reqwest-conditional-middleware`](https://github.com/oxidecomputer/reqwest-conditional-middleware) - Per-request basis middleware +- [`http-cache`](https://github.com/06chaynes/http-cache) - HTTP caching rules +- [`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