Description
Starlette applications can compress HTTP responses with Zstandard, Brotli, or GZip. Web developers can reduce bandwidth use and improve response delivery without adding custom middleware for each algorithm. It modifies outbound web responses based on application configuration.