MaxRev.Servers.Core 0.7.1.16

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MaxRev.Servers.Core --version 0.7.1.16
                    
NuGet\Install-Package MaxRev.Servers.Core -Version 0.7.1.16
                    
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="MaxRev.Servers.Core" Version="0.7.1.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MaxRev.Servers.Core" Version="0.7.1.16" />
                    
Directory.Packages.props
<PackageReference Include="MaxRev.Servers.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MaxRev.Servers.Core --version 0.7.1.16
                    
#r "nuget: MaxRev.Servers.Core, 0.7.1.16"
                    
#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.
#:package MaxRev.Servers.Core@0.7.1.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MaxRev.Servers.Core&version=0.7.1.16
                    
Install as a Cake Addin
#tool nuget:?package=MaxRev.Servers.Core&version=0.7.1.16
                    
Install as a Cake Tool

A lightweight server. Server, Proxy and Balancer in one package.
Compression, Range, Conditionals, Redirects and etc headers processing.
Server console with authorization, CoreAPI, API handling via attributes and many other tools.
Read more on nuget or github.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.3-beta9 974 12/24/2019 0.7.3-beta9 is deprecated because it is no longer maintained.
0.7.3-beta8 793 12/23/2019 0.7.3-beta8 is deprecated because it is no longer maintained.
0.7.3-beta7 792 12/9/2019 0.7.3-beta7 is deprecated because it is no longer maintained.
0.7.3-beta5 788 12/1/2019 0.7.3-beta5 is deprecated because it is no longer maintained.
0.7.3-beta4 806 11/29/2019 0.7.3-beta4 is deprecated because it is no longer maintained.
0.7.3-beta3 806 11/19/2019 0.7.3-beta3 is deprecated because it is no longer maintained.
0.7.3-beta2 796 11/18/2019 0.7.3-beta2 is deprecated because it is no longer maintained.
0.7.3-beta13 765 12/24/2019 0.7.3-beta13 is deprecated because it is no longer maintained.
0.7.3-beta12 828 12/24/2019 0.7.3-beta12 is deprecated because it is no longer maintained.
0.7.3-beta11 763 12/24/2019 0.7.3-beta11 is deprecated because it is no longer maintained.
0.7.3-beta10 814 12/24/2019 0.7.3-beta10 is deprecated because it is no longer maintained.
0.7.3-beta1 748 11/13/2019 0.7.3-beta1 is deprecated because it is no longer maintained.
0.7.2.4-beta8 782 9/20/2019 0.7.2.4-beta8 is deprecated because it is no longer maintained.
0.7.2.1-beta6 828 7/31/2019 0.7.2.1-beta6 is deprecated because it is no longer maintained.
0.7.2.1-beta5 875 7/31/2019 0.7.2.1-beta5 is deprecated because it is no longer maintained.
0.7.2.1-beta4 827 7/31/2019 0.7.2.1-beta4 is deprecated because it is no longer maintained.
0.7.2.1-beta3 814 7/30/2019 0.7.2.1-beta3 is deprecated because it is no longer maintained.
0.7.2.1-beta2 848 7/28/2019 0.7.2.1-beta2 is deprecated because it is no longer maintained.
0.7.2.1-beta1 802 7/28/2019 0.7.2.1-beta1 is deprecated because it is no longer maintained.
0.7.1.16 1,287 5/31/2019 0.7.1.16 is deprecated because it is no longer maintained.
Loading failed

- h2 support added
- rewrote servers pipe protocol
- balancer now supports cancellation
- cancellation and disposables for API controllers
- css minifier fixed whitespace trim issues
- html compressor by google
- static file cache for basic servers
- many bugfixes and improvements
- cleaned up dependencies