Extension for Flask that compresses responses with gzip
Flask-Compress both adds the various headers required for a compressed response and gzips the response data. This makes serving gzip compressed static files extremely easy. Internally, every time a request is made the extension will check if it matches one of the compressible MIME types and will automatically attach the appropriate headers.
$
pkg install py311-Flask-CompressOrigin
www/py-flask-compress
Size
43.5KiB
License
MIT
Maintainer
andrej@ebert.su
Dependencies
3 packages
Required by
2 packages