freebsd-ports/www/py-flask-compress/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

9 lines
391 B
Text

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.
WWW: https://pypi.org/project/Flask-Compress/