FsHttp icon indicating copy to clipboard operation
FsHttp copied to clipboard

A lightweight F# HTTP library by @SchlenkR and @dawedawe

Results 37 FsHttp issues
Sort by recently updated
recently updated
newest added

Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 8.0.401. Changelog Sourced from FSharp.Core's changelog. Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. About the release...

dependencies
.NET

Bumps [FsUnit](https://github.com/fsprojects/FsUnit) from 5.6.1 to 6.0.1. Release notes Sourced from FsUnit's releases. v6.0.1 What's Changed Bump paket from 8.0.0 to 8.0.3 by @​dependabot in fsprojects/FsUnit#263 Add build instructions etc. by...

dependencies
.NET

## Description: Hello, hope you're good. I'm currently reading [this article](https://devblogs.microsoft.com/dotnet/resilience-and-chaos-engineering/) from Microsoft and trying to replicate it with F#. I'm able to extract the HttpClient from the HttpContext, but...

Using FsHttp with the default `httpClientFactory` on an Azure Web App to send many HTTP requests to the same domain results in SNAT port exhaustion, with the error > System.Net.Sockets.SocketException...

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.12.0 What's Changed Dispose IDisposables in HtmlTransformer by @​omajid in microsoft/vstest#5099 Dipose XmlReaders in Microsoft.TestPlatform.Common.RunSettings by @​omajid in...

dependencies
.NET

Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [FSharp.Data](https://github.com/fsprojects/FSharp.Data). These dependencies needed to be updated together. Updates `FSharp.Core` from 5.0.2 to 6.0.1 Release notes Sourced from FSharp.Core's releases. .NET 5.0.8 Release Changelog Sourced from FSharp.Core's...

dependencies
.NET

> FsHttp once worked good for me, i was missing ability to use for and if constructs in the CE body though