HttpUtils 1.0.0
A grab-bag of unit-tested, performance-tested extensions to BCL types.
Install-Package HttpUtils -Version 1.0.0
dotnet add package HttpUtils --version 1.0.0
<PackageReference Include="HttpUtils" Version="1.0.0" />
paket add HttpUtils --version 1.0.0
Design philosophy
HttpUtils is meant to be a small library that extends and fills in some of the gaps that exist in HttpClient
.
Versioning
HttpUtils uses semantic versioning. In a nutshell:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Examples
See the wiki.
Installation
HttpUtils is available as a nuget package targeting .NET Standard 2.0, which means it's compatible with a fairly wide range of .NET runtimes:
- .NET Core 1.0+
- .NET Framework 4.6.1+
- Mono 5.4+
- UWP 10.0.16299+
- Unity 2018.1+
- Etc.
Design philosophy
HttpUtils is meant to be a small library that extends and fills in some of the gaps that exist in HttpClient
.
Versioning
HttpUtils uses semantic versioning. In a nutshell:
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
Examples
See the wiki.
Installation
HttpUtils is available as a nuget package targeting .NET Standard 2.0, which means it's compatible with a fairly wide range of .NET runtimes:
- .NET Core 1.0+
- .NET Framework 4.6.1+
- Mono 5.4+
- UWP 10.0.16299+
- Unity 2018.1+
- Etc.
Release Notes
https://github.com/rianjs/HttpUtils/blob/master/release-notes.md
Dependencies
-
- System.IdentityModel.Tokens.Jwt (>= 5.4.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
1.0.0 | 110 | 5/21/2019 |