Owin.Compression
1.0.24
.NET Standard 2.0
.NET Framework 4.5.2
Install-Package Owin.Compression -Version 1.0.24
dotnet add package Owin.Compression --version 1.0.24
<PackageReference Include="Owin.Compression" Version="1.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Compression --version 1.0.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Owin.Compression, 1.0.24"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Owin.Compression as a Cake Addin
#addin nuget:?package=Owin.Compression&version=1.0.24
// Install Owin.Compression as a Cake Tool
#tool nuget:?package=Owin.Compression&version=1.0.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Compression (Deflate / GZip) module for Microsoft OWIN self host web server. With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- FSharp.Core (>= 5.0.2 && < 5.1.0)
- Microsoft.Owin (>= 4.2.0 && < 5.0.0)
- Owin (>= 1.0.0)
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.2 && < 5.1.0)
- Microsoft.AspNetCore.Http.Abstractions (= 2.0.0)
- Microsoft.AspNetCore.Http.Features (= 2.0.0)
- Microsoft.Extensions.Primitives (= 2.0.0)
- NETStandard.Library (= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.24 | 113 | 3/22/2022 |
1.0.23 | 1,951 | 7/13/2021 |
1.0.22 | 453 | 2/1/2021 |
1.0.21 | 34,821 | 7/11/2018 |
1.0.20 | 1,656 | 5/4/2018 |
1.0.19 | 8,415 | 2/20/2018 |
1.0.18 | 6,057 | 11/8/2017 |
1.0.17 | 4,396 | 10/2/2017 |
1.0.16 | 9,375 | 6/9/2017 |
1.0.15 | 4,446 | 4/26/2017 |
1.0.14 | 1,510 | 3/20/2017 |
1.0.13 | 933 | 3/8/2017 |
1.0.12 | 29,279 | 9/10/2016 |
1.0.11 | 764 | 9/6/2016 |
1.0.10 | 1,339 | 6/30/2016 |
1.0.9 | 1,538 | 6/29/2016 |
1.0.8 | 1,142 | 4/16/2016 |
1.0.7 | 741 | 4/16/2016 |
1.0.6 | 768 | 4/15/2016 |
1.0.5 | 757 | 4/7/2016 |
1.0.4 | 746 | 4/6/2016 |
1.0.3 | 753 | 4/5/2016 |
1.0.2 | 1,073 | 3/11/2016 |
1.0.1 | 1,038 | 12/11/2015 |
1.0.0 | 911 | 12/11/2015 |
Fix for avoiding double compression