aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Have response compression replace IHttpSendFileFeature #119

Closed Tratcher closed 7 years ago

Tratcher commented 7 years ago

108 @JunTaoLuo @BrennanConroy

Replace the feature if present and compress the given file.

BrennanConroy commented 7 years ago

Looks good 🐑 :it: