Info
Version: | 1.0.46 |
Author(s): | Tuomas Hietanen |
Last Update: | Friday, June 21, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/Thorium/Owin.Compression |
NuGet Url: | https://www.nuget.org/packages/Owin.Compression |
Install
Install-Package Owin.Compression
dotnet add package Owin.Compression
paket add Owin.Compression
Owin.Compression Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- FSharp.Core(>= 5.0.0 && < 6.0.0)
- NETStandard.Library(>= 2.0.0 && <= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0 && <= 2.0.0)
- Microsoft.AspNetCore.Http.Features(>= 2.0.0 && <= 2.0.0)
- Microsoft.Extensions.Primitives(>= 2.0.0 && <= 2.0.0)
- Owin(>= 1.0.0)
- FSharp.Core(>= 5.0.0 && < 6.0.0)
- Microsoft.Owin(>= 4.1.1 && < 4.2.0)
Tags
With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.