rianjs / HttpUtils

HTTP utilities for .NET Standard 2.0+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards-compatible manner, and
  3. 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.

About

HTTP utilities for .NET Standard 2.0+

License:MIT License


Languages

Language:C# 100.0%