Owin.Compression
1.0.26
.NET Standard 2.0
.NET Framework 4.5.2
Install-Package Owin.Compression -Version 1.0.26
dotnet add package Owin.Compression --version 1.0.26
<PackageReference Include="Owin.Compression" Version="1.0.26" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Compression --version 1.0.26
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Owin.Compression, 1.0.26"
#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.26
// Install Owin.Compression as a Cake Tool
#tool nuget:?package=Owin.Compression&version=1.0.26
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 (>= 6.0.5 && < 6.1.0)
- Microsoft.Owin (>= 4.2.2 && < 4.3.0)
- Owin (>= 1.0.0)
-
.NETStandard 2.0
- FSharp.Core (>= 6.0.5 && < 6.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.26 | 61 | 6/17/2022 |
1.0.24 | 172 | 3/22/2022 |
1.0.23 | 2,171 | 7/13/2021 |
1.0.22 | 476 | 2/1/2021 |
1.0.21 | 36,293 | 7/11/2018 |
1.0.20 | 1,708 | 5/4/2018 |
1.0.19 | 8,706 | 2/20/2018 |
1.0.18 | 6,172 | 11/8/2017 |
1.0.17 | 4,455 | 10/2/2017 |
1.0.16 | 9,513 | 6/9/2017 |
1.0.15 | 4,480 | 4/26/2017 |
1.0.14 | 1,543 | 3/20/2017 |
1.0.13 | 966 | 3/8/2017 |
1.0.12 | 29,319 | 9/10/2016 |
1.0.11 | 798 | 9/6/2016 |
1.0.10 | 1,374 | 6/30/2016 |
1.0.9 | 1,567 | 6/29/2016 |
1.0.8 | 1,180 | 4/16/2016 |
1.0.7 | 774 | 4/16/2016 |
1.0.6 | 800 | 4/15/2016 |
1.0.5 | 792 | 4/7/2016 |
1.0.4 | 786 | 4/6/2016 |
1.0.3 | 787 | 4/5/2016 |
1.0.2 | 1,129 | 3/11/2016 |
1.0.1 | 1,098 | 12/11/2015 |
1.0.0 | 954 | 12/11/2015 |
Reference component update
Better performance via F# 6.0 tasks