From eebb46529b3d0492406abaf73026df7795a7d6ee Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Thu, 16 Sep 2021 14:22:05 +0200 Subject: [PATCH] Add starlette-cramjam link to the docs (#1283) Co-authored-by: Marcelo Trylesinski --- docs/third-party-packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 71902ce8..95abcf44 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -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 + +GitHub + +A Starlette middleware that allows **brotli**, **gzip** and **deflate** compression algorithm with a minimal requirements. + ## Frameworks ### Responder