mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
README.md: Add third party middleware list (#75)
This commit is contained in:
parent
a7f9a112ed
commit
8763ab1e30
1 changed files with 10 additions and 0 deletions
10
README.md
10
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.
|
||||
</sub>
|
||||
|
||||
## 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
|
||||
|
|
Loading…
Reference in a new issue