![]() |
VOOZH | about |
dotnet add package Fluxzy.Core --version 1.37.2
NuGet\Install-Package Fluxzy.Core -Version 1.37.2
<PackageReference Include="Fluxzy.Core" Version="1.37.2" />
<PackageVersion Include="Fluxzy.Core" Version="1.37.2" />Directory.Packages.props
<PackageReference Include="Fluxzy.Core" />Project file
paket add Fluxzy.Core --version 1.37.2
#r "nuget: Fluxzy.Core, 1.37.2"
#:package Fluxzy.Core@1.37.2
#addin nuget:?package=Fluxzy.Core&version=1.37.2Install as a Cake Addin
#tool nuget:?package=Fluxzy.Core&version=1.37.2Install as a Cake Tool
A fast, fully streamed MITM engine for intercepting, recording, and modifying HTTP/1.1, HTTP/2, WebSocket, and gRPC traffic over plain or TLS-secured channels.
This package is used under the hood by Fluxzy Desktop, a cross-platform HTTP debugger, and Fluxzy CLI.
Browse all built-in actions and filters.
| Protocol | Description |
|---|---|
| HTTP CONNECT | Standard forward proxy tunneling for HTTPS traffic |
| SOCKS5 | Full SOCKS5 support with no-auth and username/password authentication |
| Reverse Proxy | Secure (TLS) and plain HTTP modes for backend service proxying |
| System Proxy | Transparent system-wide interception via OS proxy settings |
var fluxzySetting = FluxzySetting.CreateDefault(IPAddress.Any, 44344);
fluxzySetting
.ConfigureRule()
.WhenAny()
.Do(new AddResponseHeaderAction("x-fluxzy", "Captured by Fluxzy"));
await using var proxy = new Proxy(fluxzySetting);
var endpoints = proxy.Run();
Console.WriteLine($"Fluxzy is running on {endpoints.First().Address}:{endpoints.First().Port}");
Console.ReadKey();
More examples in the examples directory.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Fluxzy.Core:
| Package | Downloads |
|---|---|
|
Fluxzy.Core.Pcap
Extensions for Fluxzy.Core that enables raw network packet capture with PCAPNG format. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.38.18-alpha-g3c01d0750b | 65 | 6/16/2026 |
| 1.38.14-alpha-g4fab7c04d9 | 76 | 6/13/2026 |
| 1.38.13-alpha-g5801eb374e | 71 | 6/13/2026 |
| 1.37.2 | 807 | 6/7/2026 |
| 1.36.55 | 3,439 | 5/7/2026 |
| 1.35.26 | 345 | 4/16/2026 |
| 1.35.25 | 206 | 4/13/2026 |
| 1.35.24 | 165 | 4/9/2026 |
| 1.35.20 | 192 | 4/1/2026 |
| 1.35.16 | 218 | 3/23/2026 |
| 1.35.5-gc1a14969f2 | 129 | 3/19/2026 |
| 1.35.1 | 134 | 4/1/2026 |
| 1.34.1 | 883 | 1/19/2026 |
| 1.33.15 | 200 | 1/16/2026 |
| 1.33.10 | 265 | 1/7/2026 |
| 1.33.6-alpha-g1e97f7adf9 | 137 | 1/7/2026 |
| 1.33.4-alpha | 153 | 1/2/2026 |
| 1.32.2 | 238 | 1/2/2026 |
| 1.32.1 | 173 | 1/2/2026 |
| 1.31.32 | 275 | 12/25/2025 |