colour-science / flask-compress

Compress responses of your Flask application.
MIT License
117 stars 27 forks source link

Expanding default mime-types #56

Closed alexprengere closed 2 weeks ago

alexprengere commented 2 weeks ago

After reviewing some flask-compress defaults, and my own use cases, I realized text/plain was not part of the default compressed mime-types. After looking around a bit, I think we could expand the default compressed mime-types to the list here.

I am opening this issue in case I missed something 😉