CitadelCore.Windows 4.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package CitadelCore.Windows --version 4.2.3
NuGet\Install-Package CitadelCore.Windows -Version 4.2.3
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="CitadelCore.Windows" Version="4.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CitadelCore.Windows --version 4.2.3
#r "nuget: CitadelCore.Windows, 4.2.3"
#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 CitadelCore.Windows as a Cake Addin
#addin nuget:?package=CitadelCore.Windows&version=4.2.3

// Install CitadelCore.Windows as a Cake Tool
#tool nuget:?package=CitadelCore.Windows&version=4.2.3

Transparent filtering proxy engine for Windows.

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.5 1,641 12/17/2018
4.2.3 677 12/11/2018
4.0.1 691 11/16/2018
3.7.4 714 11/9/2018
3.7.2 690 11/9/2018
3.7.0 707 11/7/2018
3.6.2 794 11/2/2018
3.6.1 697 11/2/2018
3.6.0 695 11/2/2018
3.4.1 741 11/1/2018
3.1.2 820 10/17/2018
3.0.16 766 9/11/2018
3.0.14 774 9/7/2018
3.0.13 736 9/7/2018
3.0.10 833 7/28/2018
3.0.9 851 7/28/2018
3.0.8 787 7/26/2018
2.1.3 909 7/3/2018
2.1.2 927 5/9/2018
2.1.1 897 5/9/2018
1.4.2 917 4/18/2018
1.3.8 1,014 1/22/2018
1.3.7 1,032 1/19/2018
1.3.6 1,045 1/8/2018
1.3.5 981 1/8/2018
1.3.4 992 12/15/2017
1.3.3 1,008 12/7/2017
1.3.2 959 11/21/2017
1.3.1 928 11/21/2017
1.3.0 936 11/14/2017
1.2.10 959 11/14/2017
1.2.8 956 11/12/2017
1.2.7 981 11/11/2017
1.2.6 994 11/11/2017
1.2.5 950 11/10/2017
1.2.4 935 11/10/2017
1.2.3 963 11/10/2017
1.2.2 987 10/31/2017
1.2.1 933 10/31/2017
1.1.1 892 10/29/2017

Upgrades core deps.
Enables HTTP/2 on the proxy front-end, but backend fulfillment is still HTTP/1.x.
Strips all compression methods from the front end.
Configures Kestrel for optimal throughput.
Ensures that headers are replaced if they exist. This ensures that client changes always apply.
Removes arbitrary limits, such as max length on request strings.
Fixes an issue where ASP.NET Core incorrectly decodes some URL's, which causes some things to randomly fail as bad requests. Google maps is an example of what suffered in previous versions.
Now builds out the full URL based on the raw values sent by the browser. This applies to websockets as well.
Adds the ability to inspect individual websocket messages.
Fixes an issue where the whole body inspection callback was invoked on websockets even if not requested.
Exempts well-defined windows-exclusive ports from packet interception.
Everything is now extremely fast, and stable. No more public changes or additions will be made.