flurl - Flurl.Http 1.0.3
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
PM> Install-Package Flurl.Http -Version 1.0.3 -Source https://www.myget.org/F/flurl/api/v3/index.json
> nuget.exe install Flurl.Http -Version 1.0.3 -Source https://www.myget.org/F/flurl/api/v3/index.json
> dotnet add package Flurl.Http --version 1.0.3 --source https://www.myget.org/F/flurl/api/v3/index.json
> choco install Flurl.Http --version 1.0.3 --source https://www.myget.org/F/flurl/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "flurl" -SourceLocation "https://www.myget.org/F/flurl/api/v2"
Install-Module -Name "Flurl.Http" -RequiredVersion "1.0.3" -Repository "flurl"
Copy to clipboard
1.0.3 - Fix framework assemblies dependicies (https://github.com/tmenier/Flurl/issues/131)
1.0.2 - Updated Flurl dependency to 2.2.1 https://www.nuget.org/packages/Flurl/2.2.1
1.0.1 - Updated Flurl dependency to 2.2 https://www.nuget.org/packages/Flurl/2.2.0
1.0.0 - Many updates and new features: https://github.com/tmenier/Flurl/releases/tag/Flurl.Http.1.0.0
0.10.1 - DLL version fix (github #90)
0.10.0 - Lib updates, including Flurl 2.0 which contains breaking changes: https://github.com/tmenier/Flurl/wiki/Release-Notes
0.9.0 - BREAKING CHANGES: https://github.com/tmenier/Flurl/wiki/Release-Notes
0.8.0 - .NET Core support (github #61, thx @kroniak)
0.7.0 - BREAKING CHANGES: https://github.com/tmenier/Flurl/wiki/Release-Notes
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).
-
.NETFramework 4.5
- Flurl (>= 2.2.1)
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.6.1
- Flurl (>= 2.2.1)
- Newtonsoft.Json (>= 9.0.1)
- System.IO.FileSystem (>= 4.0.1)
- System.Net.Http (>= 4.1.0)
- System.Text.Encoding.CodePages (>= 4.0.1)
-
MonoAndroid 0.0
- Flurl (>= 2.2.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLStorage (>= 1.0.2)
-
MonoTouch 0.0
- Flurl (>= 2.2.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLStorage (>= 1.0.2)
-
Xamarin.iOS 0.0
- Flurl (>= 2.2.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLStorage (>= 1.0.2)
-
Xamarin.Mac 0.0
- Flurl (>= 2.2.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLStorage (>= 1.0.2)
-
Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Flurl (>= 2.2.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 9.0.1)
- PCLStorage (>= 1.0.2)
-
UAP 1.0
- Flurl (>= 2.2.1)
- Newtonsoft.Json (>= 9.0.1)
-
.NETStandard 1.4
- Flurl (>= 2.2.1)
- Newtonsoft.Json (>= 9.0.1)
- System.IO.FileSystem (>= 4.0.1)
- System.Net.Http (>= 4.1.0)
- System.Text.Encoding.CodePages (>= 4.0.1)
- .NETFramework 4.5: 4.5.0.0
- Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1): Profile344: 4.0.0.0
- .NETStandard 1.4: 1.4.0.0
- MonoAndroid 0.0: 0.0.0.0
- MonoTouch 0.0: 0.0.0.0
- Xamarin.iOS 0.0: 0.0.0.0
- Xamarin.Mac 0.0: 0.0.0.0
OwnersKroniak |
AuthorsTodd Menier |
Project URLhttp://tmenier.github.io/Flurl |
LicenseMIT |
Tagshttpclient rest json http fluent portable url uri tdd assert async |
Info158 total downloads |
| 77 downloads for version 1.0.3 |
| Download (442.01 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
1.0.3 | 442.01 KB | Wed, 14 Sep 2016 13:25:42 GMT | 77 |
|
||
|
1.0.2 | 441.91 KB | Mon, 12 Sep 2016 15:32:54 GMT | 81 |
|