RpcOverHttp 3.0.0

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

// Install RpcOverHttp as a Cake Tool
#tool nuget:?package=RpcOverHttp&version=3.0.0

.net interface based rpc framework using http protocol.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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

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
3.7.5 753 1/29/2019
3.7.2 631 1/28/2019
3.7.0 596 1/28/2019
3.6.2 574 1/28/2019
3.6.1 588 1/25/2019
3.3.5.1 652 1/9/2019
3.3.5 633 1/3/2019
3.3.4 656 1/3/2019
3.3.3 619 1/3/2019
3.3.2 635 1/3/2019
3.3.1 636 1/3/2019
3.3.0 620 1/3/2019
3.2.0 633 1/1/2019
3.1.0 623 1/1/2019
3.0.0 615 1/1/2019

add support for using Task/Task<T> as return type
add support for using Stream as argument or return type
add support for using AuthroizeAttribute, IExceptionHandler and IAuthorizeHandler like asp.net mvc projects.
add support for custom request or response data serializer to override the built-in defaults.