From 7e43886659a902b037b45332f7d995e2a59e1237 Mon Sep 17 00:00:00 2001 From: nvivot Date: Fri, 21 Mar 2025 15:07:52 +0900 Subject: [PATCH] doc: reference reqwest-auth middleware in the list of third-party middlewares --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811874f..c226f6a 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,11 @@ 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 +## Third-party middlewares The following third-party middleware use `reqwest-middleware`: +- [`reqwest-auth`](https://github.com/nicolas-vivot/reqwest-auth) - Generic authorization middleware for reqwest. - [`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