]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add starlette-cramjam link to the docs (#1283)
authorVincent Sarago <vincent.sarago@gmail.com>
Thu, 16 Sep 2021 12:22:05 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Sep 2021 12:22:05 +0000 (14:22 +0200)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/third-party-packages.md

index 71902ce83f961a49c5026c15047074e701ebb8e6..95abcf4409e3634271b27ab50526f69c97f025df 100644 (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