diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 99bca89bd..3a1049b04 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