v1.1.2
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 aSetAuthorizationHeader
extension method for setting the raw header value. To help developers in more specific cases, the package now also has theSetAuthorizationBasic
andSetAuthorizationBearer
extension methods.