FsHttp 0.9.0

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

// Install FsHttp as a Cake Tool
#tool nuget:?package=FsHttp&version=0.9.0

Package Description

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on FsHttp:

Package Downloads
Functional.SplinterBots.API

Package Description

FsHttp.FSharpData

FSharp.Data (JSON) integration package for FsHttp

FsHttp.NewtonsoftJson

JSON.Net (Newtonsoft.Json) integration package for FsHttp

Swate.Api

Dotnet library for easy access to Swate API.

Perla.PackageManager

A Library under the Perla umbrella. This package gives you a small set of APIs to interact with the JSPM Generator and Skypack API. Also, this library powers the package management + importmap features of Perla Dev Server.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
14.5.0 5,331 3/5/2024
14.4.2 250 3/5/2024
14.4.1 70,419 2/5/2024
14.4.0 78,771 1/7/2024
14.2.0 767 1/5/2024
14.1.0 728 1/3/2024
14.0.0 563 1/2/2024
13.3.0 12,965 12/28/2023
13.2.0 567 12/28/2023
12.2.0-preview01 564 12/24/2023
12.1.0 1,935 11/27/2023
12.0.0 51,133 10/31/2023
11.0.0 37,750 8/5/2023
11.0.0-preview01 1,229 3/25/2023
10.0.0 172,672 11/25/2022
10.0.0-preview3 864 11/23/2022
10.0.0-preview2 1,068 11/12/2022
10.0.0-preview1 882 11/12/2022
9.1.2 29,405 6/5/2022
9.1.1 3,507 4/24/2022
9.1.0 1,663 4/19/2022
9.0.6 1,677 4/19/2022
9.0.5 1,725 4/14/2022
9.0.4 1,495 4/8/2022
9.0.3 1,388 4/8/2022
9.0.2 3,326 4/6/2022
9.0.1 1,300 4/5/2022
9.0.0 13,819 4/5/2022
8.0.1 8,076 3/6/2022
8.0.0 1,159 3/2/2022
7.0.0 37,990 12/13/2021
6.0.1 2,305 11/23/2021
6.0.0 990 11/22/2021
0.9.0 1,890 7/14/2019

- Bugfix: toFormattedText returns the raw content string when parsing fails
- Feature: Adds HttpMessage as one of the output options (thanks to dv00d00)