Flurl.Http.Signed 0.6.4

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Flurl.Http.Signed --version 0.6.4
NuGet\Install-Package Flurl.Http.Signed -Version 0.6.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Flurl.Http.Signed" Version="0.6.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl.Http.Signed --version 0.6.4
#r "nuget: Flurl.Http.Signed, 0.6.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Flurl.Http.Signed as a Cake Addin
#addin nuget:?package=Flurl.Http.Signed&version=0.6.4

// Install Flurl.Http.Signed as a Cake Tool
#tool nuget:?package=Flurl.Http.Signed&version=0.6.4

This is the Flurl.Http package, repackaged with strongly named assemblies. See https://tmenier.github.io/Flurl for the official project.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on Flurl.Http.Signed:

Package Downloads
openstack.net

An OpenStack SDK for Microsoft .NET

Keycloak.Net

C# client for Keycloak

Bitbucket.Net

Package Description

SolrExpress

A simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.

Kapilendo.Zencoder

Facade for Zencoder API v2

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Flurl.Http.Signed:

Repository Stars
sebastienros/jint
Javascript Interpreter for .NET
lvermeulen/Keycloak.Net
C# client for Keycloak 6.x
Version Downloads Last updated
4.0.2 460 3/16/2024
3.2.4 149,505 6/25/2022
3.2.0 155,587 5/5/2021
3.0.1 4,795 2/25/2021
3.0.0 15,060 11/2/2020
2.4.2 591,041 10/2/2020
2.3.2 578,592 7/4/2018
2.3.1 2,661 6/30/2018

0.6.4 - nuspec fix for Xamarin/non-PCL, AllowHttpStatus overloads with HttpStatusCode enum.
0.6.3 - Updated Flurl dependency to 1.0.9.
0.6.2 - Respect Json.NET's JsonConvert.DefaultSettings
0.6.1 - Fixed possibly dictionary lookup bug (github #34).
0.6.0 - Added support for cancellation tokens, PATCH, string request bodies.
0.5.3 - Updated Flurl dependency to 1.0.7.
0.5.2 - Allowed HTTP status at the individual client/call level, i.e. url.AllowHttpStatus("3xx"), url.AllowAnyHttpStatus()
0.5.1 - Configure which HTTP statuses won't throw exceptions, i.e. FlurlHttp.Configure(c => c.AllowedHttpStatusRange = "100-299,4xx");
0.5.0 - Added deserialization helpers for error responses (FlurlHttpException.FlurlHttpException.GetResponseJson, etc).
0.4.2 - Updated Flurl dependency to 1.0.6.
0.4.1 - GitHub #25 - some exceptions not triggering global OnError.
0.4.0 - Client lifetime management - see http://bit.ly/1zqmuLA.
0.3.0 - Added support for sending cookies (WithCookie/WithCookies), including breaking change to IHttpClientFactory.
0.2.5 - Added hook to create HttpClientHandler from custom factory, updated Flurl dependency.
0.2.4 - Updated Flurl dependency for PCL to 1.0.2.
0.2.3 - New properties added to HttpCall: Url, Completed, Succeeded, HttpStatus.
0.2.2 - Updated Flurl dependency for PCL to 1.0.1.
0.2.1 - Added support for getting streams and byte arrays.
0.2.0 - Added .NET 4.5 specific version with fewer dependencies.
0.1.3 - Added support for HEAD requests via HeadAsync (thanks to @benb1n).