RextHttpClient 2.0.0-beta.1

This is a prerelease version of RextHttpClient.
dotnet add package RextHttpClient --version 2.0.0-beta.1
                    
NuGet\Install-Package RextHttpClient -Version 2.0.0-beta.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="RextHttpClient" Version="2.0.0-beta.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RextHttpClient" Version="2.0.0-beta.1" />
                    
Directory.Packages.props
<PackageReference Include="RextHttpClient" />
                    
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 RextHttpClient --version 2.0.0-beta.1
                    
#r "nuget: RextHttpClient, 2.0.0-beta.1"
                    
#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 RextHttpClient@2.0.0-beta.1
                    
#: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=RextHttpClient&version=2.0.0-beta.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RextHttpClient&version=2.0.0-beta.1&prerelease
                    
Install as a Cake Tool

Rext Http Client

Simple HttpClient wrapper to speed up your Http task. Safely handles request with JSON, XML and Form Data.

Read documentation https://princetegaton.github.io/RextHttpClient

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 is compatible.  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.
  • net10.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RextHttpClient:

Package Downloads
SMEOne.Modules.Shared

Shared SMEOne library containing repositories, filters, utilities abstractions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-beta.1 47 1/6/2026
1.0.22 946 3/10/2023
1.0.20 463 3/9/2023 1.0.20 is deprecated because it has critical bugs.
1.0.19 428 2/13/2023
1.0.18 512 2/13/2023 1.0.18 is deprecated.
1.0.17 444 2/9/2023
1.0.16 457 2/7/2023
1.0.14 534 11/2/2022
1.0.13 570 8/18/2022
1.0.11 635 6/10/2022
1.0.10 919 2/21/2022
1.0.9 787 11/4/2021
1.0.8 5,352 4/22/2021
1.0.8-beta1 641 2/22/2021
1.0.7 706 12/11/2020
1.0.6 674 7/21/2020
1.0.4 795 12/10/2019
1.0.3 754 10/27/2019
1.0.3-beta 802 10/24/2019 1.0.3-beta is deprecated.
1.0.2 737 10/24/2019
1.0.1 773 9/18/2019
1.0.0.1 730 9/9/2019

Removed CustomHandler to allow users build and pass in HttpClient object from IHttpClientFactory to better manage lifecycles of connection and benefit from Client Factory upsides. Removed support for netstandard to focus on dotnet only. Allow overrides on all http methods.