Add starlette-cramjam link to the docs (#1283)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
This commit is contained in:
Vincent Sarago 2021-09-16 14:22:05 +02:00 committed by GitHub
parent e260283d37
commit eebb46529b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ It relies solely on an auth provider to issue access and/or id tokens to clients
Middleware for Starlette that allows you to store and access the context data of a request.
Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.
### Starlette Cramjam
<a href="https://github.com/developmentseed/starlette-cramjam" target="_blank">GitHub</a>
A Starlette middleware that allows **brotli**, **gzip** and **deflate** compression algorithm with a minimal requirements.
## Frameworks
### Responder