Skip to content

Commit

Permalink
Add Starlette-Compress to third-party docs (#2642)
Browse files Browse the repository at this point in the history
* Add Starlette-Compress

* Update docs/third-party-packages.md

Co-authored-by: Marcelo Trylesinski <[email protected]>

---------

Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
Zaczero and Kludex authored Jul 20, 2024
1 parent a55051b commit e0ec0d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/third-party-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://github.com/Zaczero/starlette-compress" target="_blank">GitHub</a>

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

<a href="https://github.com/tomwojcik/starlette-context" target="_blank">GitHub</a>
Expand Down

0 comments on commit e0ec0d9

Please sign in to comment.