Flurl.Http
4.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Flurl.Http --version 4.0.1
NuGet\Install-Package Flurl.Http -Version 4.0.1
<PackageReference Include="Flurl.Http" Version="4.0.1" />
paket add Flurl.Http --version 4.0.1
#r "nuget: Flurl.Http, 4.0.1"
// Install Flurl.Http as a Cake Addin #addin nuget:?package=Flurl.Http&version=4.0.1 // Install Flurl.Http as a Cake Tool #tool nuget:?package=Flurl.Http&version=4.0.1
Flurl
Flurl is a modern, fluent, asynchronous, testable, portable, buzzword-laden URL builder and HTTP client library.
var result = await "https://api.mysite.com"
.AppendPathSegment("person")
.SetQueryParams(new { api_key = "xyz" })
.WithOAuthBearerToken("my_oauth_token")
.PostJsonAsync(new { first_name = firstName, last_name = lastName })
.ReceiveJson<T>();
[Test]
public void Can_Create_Person() {
// fake & record all http calls in the test subject
using var httpTest = new HttpTest();
// arrange
httpTest.RespondWith("OK", 200);
// act
await sut.CreatePersonAsync("Frank", "Reynolds");
// assert
httpTest.ShouldHaveCalled("http://api.mysite.com/*")
.WithVerb(HttpMethod.Post)
.WithContentType("application/json");
}
Get it on NuGet:
PM> Install-Package Flurl.Http
Or get just the stand-alone URL builder without the HTTP features:
PM> Install-Package Flurl
For updates and announcements, follow @FlurlHttp on Twitter.
For detailed documentation, please visit the main site.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Flurl (>= 4.0.0)
- System.Text.Json (>= 6.0.4)
-
.NETStandard 2.0
- Flurl (>= 4.0.0)
- System.Text.Encoding.CodePages (>= 4.5.1)
- System.Text.Json (>= 6.0.4)
-
net6.0
- Flurl (>= 4.0.0)
NuGet packages (700)
Showing the top 5 NuGet packages that depend on Flurl.Http:
Package | Downloads |
---|---|
Reo.Core.IdentityModel
Package Description |
|
Reo.Core.Database
Package Description |
|
Reo.Core.Elastic
Package Description |
|
Reo.Core.Auth
Package Description |
|
Flurl.Http.Newtonsoft
A Newtonsoft-based JSON serializer for Flurl.Http 4.0 and above. |
GitHub repositories (56)
Showing the top 5 popular GitHub repositories that depend on Flurl.Http:
Repository | Stars |
---|---|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
Ponderfly/GoogleTranslateIpCheck
扫描国内可用的谷歌翻译IP
|
|
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
|
|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
Version | Downloads | Last updated |
---|---|---|
4.0.2 | 6,289,121 | 1/17/2024 |
4.0.1 | 746,614 | 1/10/2024 |
4.0.0 | 346,781 | 12/14/2023 |
4.0.0-pre7 | 4,793 | 12/8/2023 |
4.0.0-pre6 | 23,780 | 11/3/2023 |
4.0.0-pre5 | 12,141 | 10/22/2023 |
4.0.0-pre4 | 9,972 | 10/9/2023 |
4.0.0-pre3 | 260,511 | 12/20/2022 |
4.0.0-pre2 | 238,522 | 6/20/2022 |
4.0.0-pre1 | 57,708 | 6/5/2022 |
3.2.4 | 21,415,092 | 5/20/2022 |
3.2.4-pre2 | 1,664 | 5/18/2022 |
3.2.4-pre1 | 765 | 5/18/2022 |
3.2.3 | 1,380,284 | 4/25/2022 |
3.2.2 | 3,607,117 | 1/27/2022 |
3.2.1 | 210,488 | 1/22/2022 |
3.2.0 | 11,753,257 | 5/4/2021 |
3.0.1 | 4,507,405 | 12/14/2020 |
3.0.0 | 1,273,926 | 11/1/2020 |
3.0.0-pre6 | 19,387 | 10/24/2020 |
3.0.0-pre5 | 11,727 | 10/1/2020 |
3.0.0-pre4 | 18,506 | 8/8/2020 |
3.0.0-pre3 | 163,631 | 12/29/2019 |
3.0.0-pre2 | 15,918 | 12/15/2019 |
3.0.0-pre1 | 15,709 | 11/9/2019 |
2.4.2 | 15,901,833 | 4/28/2019 |
2.4.1 | 2,360,308 | 2/15/2019 |
2.4.0 | 2,741,538 | 9/4/2018 |
2.4.0-pre | 1,879 | 8/31/2018 |
2.3.2 | 1,479,198 | 7/3/2018 |
2.3.1 | 935,388 | 4/17/2018 |
2.3.0 | 88,337 | 4/5/2018 |
2.3.0-pre1 | 1,999 | 3/31/2018 |
2.2.1 | 180,523 | 3/8/2018 |
2.2.0 | 91,026 | 2/22/2018 |
2.2.0-pre2 | 1,887 | 2/19/2018 |
2.2.0-pre1 | 1,638 | 2/19/2018 |
2.1.1 | 620,302 | 12/19/2017 |
2.1.0 | 128,769 | 12/4/2017 |
2.1.0-pre | 1,811 | 11/29/2017 |
2.0.1 | 251,210 | 10/9/2017 |
2.0.0 | 51,285 | 10/6/2017 |
2.0.0-pre4 | 1,727 | 10/3/2017 |
2.0.0-pre3 | 2,049 | 9/30/2017 |
2.0.0-pre2 | 6,601 | 9/7/2017 |
2.0.0-pre1 | 1,659 | 9/4/2017 |
1.2.0 | 732,015 | 7/21/2017 |
1.2.0-pre | 1,813 | 7/18/2017 |
1.1.3 | 157,136 | 7/16/2017 |
1.1.2 | 344,398 | 2/27/2017 |
1.1.1 | 205,922 | 11/29/2016 |
1.1.1-pre | 2,089 | 11/24/2016 |
1.1.0-pre | 1,757 | 11/21/2016 |
1.0.3 | 79,572 | 9/22/2016 |
1.0.2 | 7,257 | 9/12/2016 |
1.0.1 | 77,578 | 7/31/2016 |
1.0.0 | 46,351 | 7/18/2016 |
1.0.0-beta9 | 1,669 | 7/17/2016 |
1.0.0-beta8 | 1,938 | 7/14/2016 |
1.0.0-beta7 | 1,786 | 7/10/2016 |
0.10.1 | 113,444 | 5/25/2016 |
0.10.0 | 8,700 | 5/15/2016 |
0.10.0-pre2 | 1,975 | 5/15/2016 |
0.10.0-pre | 1,651 | 5/15/2016 |
0.9.0 | 105,815 | 4/21/2016 |
0.9.0-pre | 1,874 | 4/21/2016 |
0.8.0 | 4,384 | 4/12/2016 |
0.8.0-pre | 1,993 | 4/10/2016 |
0.7.0 | 341,708 | 9/20/2015 |
0.6.4 | 21,676 | 8/18/2015 |
0.6.3 | 17,105 | 7/19/2015 |
0.6.2 | 7,195 | 6/25/2015 |
0.6.1 | 5,399 | 6/11/2015 |
0.6.0 | 242,548 | 3/28/2015 |
0.5.3 | 2,344 | 3/19/2015 |
0.5.2 | 2,079 | 3/17/2015 |
0.5.1 | 2,040 | 3/16/2015 |
0.5.0 | 12,096 | 2/4/2015 |
0.4.2 | 2,130 | 2/2/2015 |
0.4.1 | 2,450 | 1/17/2015 |
0.4.0 | 2,590 | 12/16/2014 |
0.4.0-pre2 | 2,071 | 12/15/2014 |
0.4.0-pre | 1,971 | 12/14/2014 |
0.3.0-pre | 1,957 | 12/10/2014 |
0.2.5 | 2,742 | 12/8/2014 |
0.2.4 | 18,591 | 8/29/2014 |
0.2.3 | 2,698 | 7/24/2014 |
0.2.2 | 2,137 | 7/8/2014 |
0.2.1 | 2,200 | 6/19/2014 |
0.2.0 | 2,328 | 6/11/2014 |
0.2.0-pre | 1,756 | 6/5/2014 |
0.1.3 | 2,212 | 5/31/2014 |
0.1.2 | 2,149 | 5/12/2014 |
0.1.1 | 2,301 | 5/5/2014 |
0.1.0 | 21,453 | 5/4/2014 |