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

Disable compression for specific actions #15

Closed SebastianStehle closed 9 years ago

SebastianStehle commented 9 years ago

Hi, is there an easy way to disable compression for one action? I could register custom routes with handlers per route, but this is a nice solution.