CitadelCore 4.2.3

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

Transparent filtering HTTP/S and Websocket/WebsocketSecure proxy.

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. 
.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 (1)

Showing the top 1 NuGet packages that depend on CitadelCore:

Package Downloads
CitadelCore.Windows

Transparent filtering proxy engine for Windows.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.5 2,345 12/17/2018
4.2.3 1,082 12/11/2018
4.0.1 1,149 11/16/2018
3.7.4 1,145 11/9/2018
3.7.2 1,099 11/9/2018
3.7.0 1,156 11/7/2018
3.6.2 1,146 11/2/2018
3.6.1 1,113 11/2/2018
3.6.0 1,116 11/2/2018
3.4.1 1,129 11/1/2018
3.1.2 1,178 10/17/2018
3.0.14 1,407 9/7/2018
3.0.13 1,004 9/7/2018
3.0.12 1,139 9/7/2018
3.0.10 1,254 7/28/2018
3.0.8 1,301 7/28/2018
3.0.5 1,281 7/26/2018
3.0.4 1,249 7/21/2018
2.3.0 1,240 7/9/2018
2.2.5 1,374 7/3/2018
2.2.3 1,439 5/9/2018
2.2.2 1,426 5/9/2018
1.4.2 1,409 4/18/2018
1.3.14 1,484 1/22/2018
1.3.13 1,514 1/19/2018
1.3.12 1,482 1/8/2018
1.3.11 1,505 1/8/2018
1.3.8 1,832 11/21/2017
1.3.7 1,427 11/21/2017
1.3.0 1,460 11/14/2017
1.2.20 1,476 11/14/2017
1.2.17 1,459 11/12/2017
1.2.16 1,513 11/11/2017
1.2.15 1,474 11/11/2017
1.2.14 1,465 11/10/2017
1.2.13 1,451 11/10/2017
1.2.12 1,451 11/10/2017
1.2.5 1,478 10/31/2017
1.2.4 1,441 10/31/2017
1.2.0 1,509 10/29/2017
1.1.4 1,288 10/29/2017
1.1.2 1,283 10/29/2017
1.1.0 1,281 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.
Everything is now extremely fast, and stable. No more public changes or additions will be made.