AE.Http.Proxy 1.2.0.23

dotnet add package AE.Http.Proxy --version 1.2.0.23
NuGet\Install-Package AE.Http.Proxy -Version 1.2.0.23
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="AE.Http.Proxy" Version="1.2.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AE.Http.Proxy --version 1.2.0.23
#r "nuget: AE.Http.Proxy, 1.2.0.23"
#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 AE.Http.Proxy as a Cake Addin
#addin nuget:?package=AE.Http.Proxy&version=1.2.0.23

// Install AE.Http.Proxy as a Cake Tool
#tool nuget:?package=AE.Http.Proxy&version=1.2.0.23

Library for implementation of AE.Http.Proxy.Abstractions with builder and implementation of basic filters - rewrite content and forbidden headers

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on AE.Http.Proxy:

Package Downloads
AE.Http.Proxy.Integration.RestSharp

This package is extension for AE.Http.Proxy which provide converters for RestSharp Request/Response types and also proxy caller using RestSharp client

AE.Http.Proxy.Integration.Autofac

This package is extension for AE.Http.Proxy which provide simple integration with autofac DI container

AE.Http.Proxy.Integration.OWIN

This package is extension for AE.Http.Proxy which provide converters for OWIN Request/Response types

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.23 7,309 9/8/2016
1.1.2.20 1,103 8/25/2016
1.1.1.19 1,093 8/25/2016
1.1.0.15 2,631 8/24/2016
1.0.0.11 1,449 7/26/2016

- Simplify creating filters with new ProxyRequestFilter and ProxyResponseFilter abstract classes