azzlack / Microsoft.AspNet.WebApi.MessageHandlers.Compression

Drop-in module for ASP.Net WebAPI that enables GZip and Deflate support
Apache License 2.0
194 stars 54 forks source link

Issue #52: Default compression configuration. #53

Closed lezzi closed 2 years ago

lezzi commented 7 years ago

Added a way to disable compression by default without using global filters / attributes.

gabrielmaldi commented 7 years ago

👏👏 Closes #52