Flurl 0.2.1

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

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

A portable, fluent URL builder. Example:

"http://www.api.com/".AppendPathSegment("endpoint").SetQueryParams(new { api_key = key, max_results = 20});

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (297)

Showing the top 5 NuGet packages that depend on Flurl:

Package Downloads
Flurl.Http The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A fluent, testable HTTP client library.

Reo.Core.Hosting

Package Description

N3O.Umbraco.Extensions

TODO

Reo.Core.Auth

Package Description

Reo.Core.DataImport

Package Description

GitHub repositories (32)

Showing the top 5 popular GitHub repositories that depend on Flurl:

Repository Stars
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
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.
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure
AZ-204: Developing solutions for Microsoft Azure
Version Downloads Last updated
4.0.0 1,282,373 12/13/2023
4.0.0-pre4 59,448 10/9/2023
3.0.7 7,212,265 12/20/2022
3.0.6 16,096,844 5/20/2022
3.0.6-pre1 3,020 5/18/2022
3.0.5 1,742,758 4/25/2022
3.0.4 5,048,236 1/27/2022
3.0.3 184,161 1/22/2022
3.0.2 12,079,439 5/4/2021
3.0.1 5,249,599 12/14/2020
3.0.0 1,474,715 11/1/2020
3.0.0-pre6 19,579 10/24/2020
3.0.0-pre5 15,328 10/1/2020
3.0.0-pre4 23,593 8/8/2020
3.0.0-pre3 209,707 12/29/2019
3.0.0-pre2 2,077 12/29/2019
3.0.0-pre1 78,702 9/1/2019
2.8.2 18,236,477 4/28/2019
2.8.1 2,259,574 2/15/2019
2.8.0 3,843,173 7/22/2018
2.7.1 2,072,459 4/5/2018
2.7.1-pre 3,720 3/31/2018
2.7.0 558,448 2/22/2018
2.7.0-pre2 3,538 2/19/2018
2.7.0-pre1 3,297 2/19/2018
2.6.0 696,320 12/19/2017
2.5.2 108,454 12/9/2017
2.5.1 76,692 11/29/2017
2.5.0 729,573 9/4/2017
2.4.0 715,067 7/21/2017
2.4.0-pre 3,678 7/18/2017
2.3.0 531,330 2/26/2017
2.3.0-pre 2,925 2/22/2017
2.2.1 340,648 9/12/2016
2.2.0 114,925 7/31/2016
2.2.0-beta2 3,326 7/28/2016
2.2.0-beta1 3,321 7/26/2016
2.1.0 40,816 7/18/2016
2.1.0-beta7 4,886 7/10/2016
2.0.0 119,388 5/15/2016
1.1.2 192,850 4/21/2016
1.1.2-pre 3,241 4/21/2016
1.1.1 51,760 4/12/2016
1.1.0 4,139 4/12/2016
1.1.0-pre 3,291 4/10/2016
1.0.10 601,930 7/26/2015
1.0.9 12,498 7/19/2015
1.0.8 10,170 6/25/2015
1.0.7 256,582 3/19/2015
1.0.6 15,880 2/2/2015
1.0.5 15,861 12/14/2014
1.0.4 6,352 12/6/2014
1.0.3 3,721 12/6/2014
1.0.2 44,008 8/29/2014
1.0.1 6,703 6/5/2014
1.0.0 5,938 5/28/2014
0.2.3 4,116 5/12/2014
0.2.2 10,246 5/4/2014
0.2.1 4,985 4/1/2014
0.2.0 4,295 3/23/2014
0.1.1 3,544 2/21/2014
0.1.0 108,435 2/21/2014

0.2.1 - Fixed a couple string extensions whose names were inconsistent with their Flurl.Url equivalent.
0.2.0 - Added PCL support.