![]() |
VOOZH | about |
dotnet add package CSharpEssentials.HttpHelper --version 5.1.0
NuGet\Install-Package CSharpEssentials.HttpHelper -Version 5.1.0
<PackageReference Include="CSharpEssentials.HttpHelper" Version="5.1.0" />
<PackageVersion Include="CSharpEssentials.HttpHelper" Version="5.1.0" />Directory.Packages.props
<PackageReference Include="CSharpEssentials.HttpHelper" />Project file
paket add CSharpEssentials.HttpHelper --version 5.1.0
#r "nuget: CSharpEssentials.HttpHelper, 5.1.0"
#:package CSharpEssentials.HttpHelper@5.1.0
#addin nuget:?package=CSharpEssentials.HttpHelper&version=5.1.0Install as a Cake Addin
#tool nuget:?package=CSharpEssentials.HttpHelper&version=5.1.0Install as a Cake Tool
👁 Frameworks
👁 CodeQL
👁 NuGet
👁 Downloads
👁 Last Commit
👁 GitHub Discussions
👁 Issues
A significant improvement has been introduced to allow users to inject a custom SocketsHttpHandler when configuring a named HttpClient. This enhancement provides granular control over network behavior, such as connection settings, proxy configuration, and automatic HTTP compression.
Example: Enabling Automatic HTTP Compression
You can now configure automatic HTTP decompression for your named client:
var handler = new SocketsHttpHandler
{
// Enable automatic decompression for GZip and Deflate
AutomaticDecompression = System.Net.DecompressionMethods.GZip | System.Net.DecompressionMethods.Deflate,
};
builder.Services.AddHttpClients(builder.Configuration, handler);
CSharpEssentials.HttpHelper is a lightweight helper to simplify the usage of HttpClient in .NET with a fluent, configurable API.
It provides convenient methods for request customization, retries, timeouts, authentication headers, and more.
The full documentation and usage examples (GET requests, retries, authentication, and more) are available here:
👉 Using HttpHelper – Examples & Demo
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or issue.
Distributed under the MIT License. See for more information.
---
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on CSharpEssentials.HttpHelper:
| Package | Downloads |
|---|---|
|
CSharpEssentials.HangFireHelper
A library to help you to use HangFire |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.1.0 | 56 | 6/16/2026 |
| 5.0.8 | 95 | 6/13/2026 |
| 5.0.7 | 93 | 6/11/2026 |
| 5.0.6 | 87 | 6/10/2026 |
| 5.0.5 | 106 | 6/6/2026 |
| 5.0.3 | 106 | 6/2/2026 |
| 5.0.2 | 125 | 6/1/2026 |
| 5.0.1 | 108 | 5/31/2026 |
| 5.0.0 | 96 | 5/31/2026 |
| 4.1.2 | 135 | 1/20/2026 |
| 4.1.0 | 133 | 1/20/2026 |
| 4.0.12 | 227 | 11/26/2025 |
| 4.0.11 | 440 | 11/19/2025 |
| 4.0.10 | 274 | 11/16/2025 |
| 4.0.9 | 220 | 11/15/2025 |
| 4.0.8 | 285 | 11/14/2025 |
| 4.0.7 | 244 | 11/4/2025 |
| 4.0.6 | 226 | 10/21/2025 |
| 4.0.5 | 232 | 10/20/2025 |
| 4.0.4 | 161 | 10/18/2025 |