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

can i use this in .net core 2.1 #59

Closed vikasNew closed 2 years ago

vikasNew commented 5 years ago

i have my web API written in .net core 2.1 & andriod, ios clients are using these Web Api's.

so can i use this in my scenario?

Thanks in anticipation.

maxdeviant commented 4 years ago

@vikasNew ASP.NET Core has response compression built-in, so I don't think you would need this library. See here.