Skip to content

v1.1.2

Compare
Choose a tag to compare
@abjerner abjerner released this 23 Jan 20:48
· 22 commits to v1/main since this release

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

  • 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.