FsHttp
FsHttp copied to clipboard
A lightweight F# HTTP library by @SchlenkR and @dawedawe
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...
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...
## 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...