SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
707 stars 108 forks source link

Added a few more mime-types that should be compressed. #253

Closed Thorium closed 4 years ago

Thorium commented 4 years ago

The default list of compressable MIME-types is quite small:

https://docs.microsoft.com/en-us/aspnet/core/performance/response-compression?view=aspnetcore-3.1#mime-types

The types added in this PR are:

Krzysztof-Cieslak commented 4 years ago

Awesome, thanks a lot!