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

Manage the Accept-Encoding: * by using the first compressor. #51

Closed JohnnyMaxK closed 7 years ago

JohnnyMaxK commented 7 years ago

Manage the Accept-Encoding: * by using the first compressor. Add unit test for that!

JohnnyMaxK commented 7 years ago

Hey @azzlack, What do you think ?