package to help manage of httpHelper
$ dotnet add package CSharpEssentials.HttpHelper
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.
You can install it via NuGet:
dotnet add package CSharpEssentials.HttpHelperNuGet Gallery: CSharpEssentials.HttpHelper
The full documentation and usage examples (GET requests, retries, authentication, and more) are available here:
Contributions, issues, and feature requests are welcome! Feel free to open a pull request or issue.
Distributed under the MIT License. See LICENSE for more information.
---