Terryberry.Http
1.3.6
dotnet add package Terryberry.Http --version 1.3.6
NuGet\Install-Package Terryberry.Http -Version 1.3.6
<PackageReference Include="Terryberry.Http" Version="1.3.6" />
paket add Terryberry.Http --version 1.3.6
#r "nuget: Terryberry.Http, 1.3.6"
// Install Terryberry.Http as a Cake Addin #addin nuget:?package=Terryberry.Http&version=1.3.6 // Install Terryberry.Http as a Cake Tool #tool nuget:?package=Terryberry.Http&version=1.3.6
HTTP/REST Client for Terryberry 360 Recognition platform
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. 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. |
-
- Common.Logging (>= 3.1.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
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.
1.3.3 - Added Timeout configuration option for HttpClient.
1.3.4 - Updated Nuget Dependency on Common.Logging
1.3.5 - Updated Nuget Dependency on Common.Logging 3.0
1.3.6 - Updated Nuget Dependency on Common.Logging 3.1, HttpClient Libaries to 5.2.3