Flurl.Http 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Flurl.Http --version 0.1.3
NuGet\Install-Package Flurl.Http -Version 0.1.3
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" Version="0.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flurl.Http --version 0.1.3
#r "nuget: Flurl.Http, 0.1.3"
#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 as a Cake Addin
#addin nuget:?package=Flurl.Http&version=0.1.3

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

A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.

* Easily deserialize JSON responses into POCOs or dynamics.
* Supports testing by globally faking/recording all HTTP calls and providing fluent assertion helpers.
* Sports a modern, asynchronous API supporting the TAP pattern (async/await).
* Easy to configure and extend to meet your specific needs.
* HttpClient under the hood.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (48)

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
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
Richasy/Bili.Copilot
哔哩哔哩用户的个人助理
Version Downloads Last updated
0.6.0 9,803 3/28/2015
0.5.3 249 3/19/2015
0.5.2 121 3/17/2015
0.5.1 127 3/16/2015
0.5.0 665 2/4/2015
0.4.2 171 2/2/2015
0.4.1 314 1/17/2015
0.4.0 335 12/16/2014
0.4.0-pre2 214 12/15/2014
0.4.0-pre 86 12/14/2014
0.3.0-pre 81 12/10/2014
0.2.5 221 12/8/2014
0.2.4 2,354 8/29/2014
0.2.3 369 7/24/2014
0.2.2 186 7/8/2014
0.2.1 161 6/19/2014
0.2.0 121 6/11/2014
0.2.0-pre 93 6/5/2014
0.1.3 92 5/31/2014
0.1.2 104 5/12/2014
0.1.1 101 5/5/2014
0.1.0 93 5/4/2014

0.1.3 - Added support for HEAD requests via HeadAsync (thanks to @benb1n).