python-flask-compress

Compress responses in a Flask app with gzip (Python 2)
  https://github.com/wichitacode/flask-compress
  0
  no reviews



Flask-Compress allows one to compress HTTP responses generated by a Flask application running standalone with GZip. It does so without a complex setup for some MIME types that benefit from it, like HTML and JSON types.

This package contains the Python 2 version of the module.