/StaticFilesMiddleware

Fork of Microsoft.Owin.StaticFiles but with support gzipped files (and no dependency owin.dll)

Primary LanguageC#Apache License 2.0Apache-2.0

StaticFilesMiddleware

Fork of Microsoft.Owin.StaticFiles with the following changes

  • Support pre-gzipped files by checking for the presence of a .gz version of a resolved file.
  • Is a MidFunc
  • Does not depend on owin.dll