From e0ec0d95f83eb7d2ba40ac344feaf948833c9c20 Mon Sep 17 00:00:00 2001 From: Kamil Monicz Date: Sat, 20 Jul 2024 09:26:57 +0200 Subject: [PATCH] Add Starlette-Compress to third-party docs (#2642) * Add Starlette-Compress * Update docs/third-party-packages.md Co-authored-by: Marcelo Trylesinski --------- Co-authored-by: Marcelo Trylesinski --- docs/third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 99bca89b..3a1049b0 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -66,6 +66,13 @@ Simple APISpec integration for Starlette. Document your REST API built with Starlette by declaring OpenAPI (Swagger) schemas in YAML format in your endpoint's docstrings. +### Starlette Compress + +GitHub + +Starlette-Compress is a fast and simple middleware for compressing responses in Starlette. +It adds ZStd, Brotli, and GZip compression support with sensible default configuration. + ### Starlette Context GitHub