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.

NuGet packages

This package is not used by any NuGet packages.

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.7.0 4,391 9/20/2015
0.6.4 1,876 8/18/2015
0.6.3 3,340 7/19/2015
0.6.2 2,142 6/25/2015
0.6.1 1,697 6/11/2015
0.6.0 18,751 3/28/2015
0.5.3 278 3/19/2015
0.5.2 137 3/17/2015
0.5.1 141 3/16/2015
0.5.0 753 2/4/2015
0.4.2 189 2/2/2015
0.4.1 331 1/17/2015
0.4.0 359 12/16/2014
0.4.0-pre2 207 12/15/2014
0.4.0-pre 91 12/14/2014
0.3.0-pre 88 12/10/2014
0.2.5 262 12/8/2014
0.2.4 3,490 8/29/2014
0.2.3 406 7/24/2014
0.2.2 196 7/8/2014
0.2.1 202 6/19/2014
0.2.0 171 6/11/2014
0.2.0-pre 100 6/5/2014
0.1.3 125 5/31/2014
0.1.2 157 5/12/2014
0.1.1 158 5/5/2014
0.1.0 118 5/4/2014

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