FarNominal.Interface.Core.Http 1.0.11

dotnet add package FarNominal.Interface.Core.Http --version 1.0.11
                    
NuGet\Install-Package FarNominal.Interface.Core.Http -Version 1.0.11
                    
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="FarNominal.Interface.Core.Http" Version="1.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FarNominal.Interface.Core.Http" Version="1.0.11" />
                    
Directory.Packages.props
<PackageReference Include="FarNominal.Interface.Core.Http" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FarNominal.Interface.Core.Http --version 1.0.11
                    
#r "nuget: FarNominal.Interface.Core.Http, 1.0.11"
                    
#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.
#:package FarNominal.Interface.Core.Http@1.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FarNominal.Interface.Core.Http&version=1.0.11
                    
Install as a Cake Addin
#tool nuget:?package=FarNominal.Interface.Core.Http&version=1.0.11
                    
Install as a Cake Tool

FarNominal.Interface.Core.Http

Interfaces to the HTTP request services and proxy configuration.

This project is dependent on FarNominal.Interface.Core.Models.


Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on FarNominal.Interface.Core.Http:

Package Downloads
FarNominal.Core.Tools

Utility classes that implement the building blocks of the FarNominal library.

FarNominal.Identity.Keycloak

Implementation of an OpenID Connect client API service using Keycloak.

FarNominal.HAProxy.DataPlane.V1

Registration with HAProxy load balancer using Data Plane API V1.

FarNominal.Messaging.Telstra.V3

Implementation of a text messaging service using the Telstra Messaging API V3.

FarNominal.Identity.Oidc

Implementation of generic OpenID Connect services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.11 129 7/5/2025
1.0.10 181 2/25/2025
1.0.9 218 11/14/2024
1.0.8 191 10/8/2024
1.0.7 183 10/5/2024
1.0.6 294 8/8/2024
1.0.5 364 5/16/2024
1.0.4 192 5/9/2024
1.0.3 149 5/2/2024
1.0.2 337 4/1/2024

1.0.11 - Rebuild with updated interfaces.
1.0.10 - Update copyright year.
1.0.9 - Rebuild with geographic coordinate obfuscation.
1.0.8 - Add configurable retry strategy to HTTP requests.
1.0.7 - Rebuild with default timestamp for service result.
1.0.6 - Rebuild with type for geographic coordinates.
1.0.5 - Rebuild with updated time unit enum.
1.0.4 - Set parameter default for the option to ignore null values to 'false'.
1.0.3 - Add parameter to ignore null values in serialised body of 'Post' and 'Put' methods.
1.0.2 - Initial revision, targetting .NET 8