Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium authored Nov 19, 2022
1 parent 41f29d1 commit 8d378a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipel
Can be used also with AspNetCore e.g. with .NET6.0 and Kestrel.

With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.
Supports eTag caching: If client sent hashcode match, sends 302 instead of re-sending the same content.

This project works on C# and F# and should work on Windows and Mono as well.

Expand Down

0 comments on commit 8d378a2

Please sign in to comment.