Terryberry.Http
1.3.1
.NET Framework 4.5.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Terryberry.Http --version 1.3.1
NuGet\Install-Package Terryberry.Http -Version 1.3.1
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="Terryberry.Http" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Terryberry.Http --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Terryberry.Http, 1.3.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Terryberry.Http as a Cake Addin
#addin nuget:?package=Terryberry.Http&version=1.3.1
// Install Terryberry.Http as a Cake Tool
#tool nuget:?package=Terryberry.Http&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HTTP/REST Client for Terryberry 360 Recognition platform
Product | Versions |
---|---|
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Common.Logging (>= 2.2.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.0 - Initial Release
1.1.0 - Set IgnoreSerializableAttribute to true by default.
1.2.0 - Added JsonSerializerSettingsManager to control serilization behaviors of both incoming and outgoing JSON content.
1.3.1 - Fixed issue with disposed HttpContext before task is completed using Execute method.
The api now throws a RestResponseException if the reponse cannot be read.