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

fix issue #270: application/json not compressed in response #274

Closed may-day closed 3 years ago

may-day commented 3 years ago

Add the additionalMime list to ResponseCompressionDefaults.MimeTypes. (appearently the passed options do not contain the defaults)