Owin.Compression 1.0.47

dotnet add package Owin.Compression --version 1.0.47                
NuGet\Install-Package Owin.Compression -Version 1.0.47                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Owin.Compression" Version="1.0.47" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Compression --version 1.0.47                
#r "nuget: Owin.Compression, 1.0.47"                
#r directive can be used in F# Interactive and Polyglot Notebooks. 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.47

// Install Owin.Compression as a Cake Tool
#tool nuget:?package=Owin.Compression&version=1.0.47                

Owin.Compression

Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline. It can also be used with AspNetCore, e.g. with .NET8.0 and Kestrel.

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

This project works on C# and F# and should work on all .NET platforms, also on Windows, and even Mono as well.

Here is a demo in action from Fiddler net traffic monitor:

compressed

Read the Getting started tutorial to learn more.

Documentation: https://thorium.github.io/Owin.Compression

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Owin.Compression:

Repository Stars
ark-mod/ArkBot
ARK Survival Evolved application that monitors and extracts data from local ARK servers and exposes this data through a Web App, Web API and Discord Bot. Provides important functions to players: dino listings, food-status, breeding info, statistics; and server admins: rcon-commands, server managing etc.
Version Downloads Last updated
1.0.47 72 12/13/2024
1.0.46 1,329 6/21/2024
1.0.45 120 5/23/2024
1.0.44 899 4/1/2024
1.0.41 289 3/29/2024
1.0.40 219 3/22/2024
1.0.38 5,934 11/6/2023
1.0.37 486 11/1/2023
1.0.34 769 10/7/2023
1.0.33 1,500 4/30/2023
1.0.32 3,072 11/23/2022
1.0.30 872 11/18/2022
1.0.29 2,414 8/11/2022
1.0.28 979 8/10/2022
1.0.26 2,887 6/17/2022
1.0.24 2,040 3/22/2022
1.0.23 11,599 7/13/2021
1.0.22 1,272 2/1/2021
1.0.21 67,558 7/11/2018
1.0.20 2,884 5/4/2018
1.0.19 17,696 2/20/2018
1.0.18 8,292 11/8/2017
1.0.17 5,777 10/2/2017
1.0.16 10,836 6/9/2017
1.0.15 5,403 4/26/2017
1.0.14 2,433 3/20/2017
1.0.13 1,842 3/8/2017
1.0.12 30,222 9/10/2016
1.0.11 1,580 9/6/2016
1.0.10 2,145 6/30/2016
1.0.9 2,384 6/29/2016
1.0.8 2,025 4/16/2016
1.0.7 1,594 4/16/2016
1.0.6 1,620 4/15/2016
1.0.5 1,610 4/7/2016
1.0.4 1,618 4/6/2016
1.0.3 1,611 4/5/2016
1.0.2 2,023 3/11/2016
1.0.1 2,011 12/11/2015
1.0.0 1,873 12/11/2015

Nuget package infromation update