forked from mirror/reqwest-middleware
README.md: Add third party middleware list (#75)
parent
a7f9a112ed
commit
8763ab1e30
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
|
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.
|
dual licensed as above, without any additional terms or conditions.
|
||||||
</sub>
|
</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 New Issue