e7a9e2db85
- Add |make test| support - Define LICENSE_FILE - Switch WWW to PyPI (CHEESESHOP) Changes: https://github.com/libwilliam/flask-compress/compare/v1.3.1...v1.3.2 PR: 215189 Approved by: Andrej Ebert (maintainer)
9 lines
394 B
Text
9 lines
394 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.python.org/pypi/Flask-Compress
|