Http.fs
3.1.0
See the version list below for details.
dotnet add package Http.fs --version 3.1.0
NuGet\Install-Package Http.fs -Version 3.1.0
<PackageReference Include="Http.fs" Version="3.1.0" />
paket add Http.fs --version 3.1.0
#r "nuget: Http.fs, 3.1.0"
// Install Http.fs as a Cake Addin #addin nuget:?package=Http.fs&version=3.1.0 // Install Http.fs as a Cake Tool #tool nuget:?package=Http.fs&version=3.1.0
A simple, functional HTTP client library for F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FSharp.Core (>= 3.1.2.5)
- Hopac (>= 0.3.12)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Http.fs:
Package | Downloads |
---|---|
Logary.Targets.InfluxDb
Package Description |
|
Logary.Targets.ElasticSearch
Package Description |
|
Mailgun.Api
A Mailgun F# HTTPS API wrapper |
|
Logary.Targets.OpsGenie
Package Description |
|
Logary.Targets.Mixpanel
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.4.0 | 114,537 | 2/8/2020 |
5.3.0 | 70,246 | 6/27/2018 |
5.2.1 | 2,747 | 6/7/2018 |
5.2.0 | 2,979 | 5/23/2018 |
5.1.1 | 13,080 | 5/20/2018 |
5.1.0 | 1,672 | 5/17/2018 |
5.0.2 | 6,164 | 3/18/2018 |
5.0.1 | 2,708 | 2/16/2018 |
5.0.0 | 6,862 | 2/4/2018 |
4.1.2 | 24,187 | 8/9/2017 |
4.1.1 | 7,314 | 6/5/2017 |
4.1.0 | 42,046 | 9/26/2016 |
4.0.2 | 6,428 | 8/24/2016 |
4.0.1 | 1,705 | 8/24/2016 |
4.0.0 | 5,682 | 8/24/2016 |
3.1.1 | 1,734 | 8/22/2016 |
3.1.0 | 1,705 | 8/22/2016 |
3.0.7 | 7,184 | 8/5/2016 |
3.0.6 | 3,417 | 7/29/2016 |
1.5.1 | 18,442 | 1/15/2015 |
1.5.0 | 1,872 | 1/15/2015 |
1.4.0 | 3,152 | 10/30/2014 |
1.3.1 | 1,820 | 10/27/2014 |
1.3.0 | 1,744 | 10/23/2014 |
1.2.0 | 2,206 | 5/20/2014 |
1.1.2 | 1,832 | 5/10/2014 |
1.0.0.1 | 1,895 | 5/3/2014 |
0.9.0 | 2,038 | 4/9/2014 |
0.8.1 | 2,733 | 11/24/2013 |
0.8.0 | 45,054 | 11/17/2013 |
Release Notes:
* [tests] comment about timeout
* [infra] bump Hopac API
* [tests] Obsolete handling
* [tests] removing Obsolete warnings
* [infra] fixing Obsolete warnings
* [infra] bumping deps
* [infra] bump minor
* Merge pull request #104 from neoeinstein/feature-alt
* Merge pull request #105 from neoeinstein/fix-appveyor-build
* Turn getResponse into `Alt`
* Disable Shadow Copy for Integration Tests