Version 1.1.2

Date 2023-01-23 (662 days ago)
Downloads 604 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7 .NET 5 .NET 6

#installation">Installation

Install the NuGet package - either via the .NET CLI:

dotnet add package Skybrud.Essentials.Http --version 1.1.2

or the NuGet package manager:

Install-Package Skybrud.Essentials.Http -Version 1.1.2

#changelog">Changelog

  • Updated the Skybrud.Essentials dependency (see e4a61d1)
    Updates the dependency to v1.1.46.

  • Added extension methods for setting the authorization header of an IHttpRequest (see d3f4da4)
    The package already contains a SetAuthorizationHeader extension method for setting the raw header value. To help developers in more specific cases, the package now also has the SetAuthorizationBasic and SetAuthorizationBearer extension methods.