Using Quart Extensions¶
There are a number of extensions for Quart, some of which are listed here,
Quart-compress compress your application’s responses with gzip.
Quart-compress2 A package to compress responses in your Quart app with gzip .
Quart-CORS Cross Origin Resource Sharing (access control) support.
Quart-events event broadcasting via WebSockets or SSE.
Quart-minify minify quart response for HTML, JS, CSS and less.
Quart-OpenApi RESTful API building.
Quart-Rate-Limiter Rate limiting support.
Webargs-Quart Webargs parsing for Quart.
Quart-session server side session support.