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 [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.9.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.9.0 What's Changed Remove dependency on Nuget.Frameworks by @​nohwnd in microsoft/vstest#4693 Add platform guard by @​dotMorten in microsoft/vstest#4737...

dependencies
.NET

config_baseUrl config_transformHeader (fun (header: Header) -> let address = "http://zero2w:8080" header.target.address.Value { header with target.address = Some address }) + update docu

http { GET "...." if ctx.IsHuman then Accept "text/html" else Accept "application/json" }

The current build script is unreliable, not robust towards changes.

See: https://github.com/fsprojects/FSharp.Formatting/issues/849

I couldn't find this documented, not in a release-notes, and not in the PR where it happened (#167). Several functions were updated with extra arguments (namely: `cancellationToken`) that cause existing...

Bumps [FSharp.Data](https://github.com/fsprojects/FSharp.Data) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together. Updates `FSharp.Data` from 6.3.0 to 6.4.0 Changelog Sourced from FSharp.Data's changelog. 6.4.0 - Mar 12 2024 Update FSharp.Core to...

dependencies
.NET

Better docu for working with JSON - Explain some JSON extensions for SystemTextJson (like GetList() ) - The JSON Api can be shadowed for Newtonsoft + FSHarp.Data - Working with...

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @​Nishnha in dependabot/fetch-metadata#443 👈 this...

dependencies
github_actions

When transforming requests / responses to string, secrets (like values from Authorization headers, and maybe others) could be omitted or rendered with **** - could be a configurable aspect (on/off)...