FsHttp icon indicating copy to clipboard operation
FsHttp copied to clipboard

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

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

`print` functions for the FsHttp representation of `Request` and `Response` records are currently implemented in `Print.fs`, which export `Request.print ()` and `Response.print ()`. Those functions are only used when FsHttp...

Hint: http/2 is only available in .Net Core 3 via HttpClient

formatting should be done in invariant culture (decimal separator issue)

bug

Hello there! I'm trying to make a request like this ```fsharp #r "nuget: FsHttp" open FsHttp http { POST "https://api.jspm.io/generate" body json ("""{ "install": [ "lodash" ], "env": [ "browser",...

Bumps [FsUnit](https://github.com/fsprojects/FsUnit) from 5.6.1 to 6.0.0. Release notes Sourced from FsUnit's releases. v6.0.0 What's Changed NUnit 4 upgrade (fsprojects/FsUnit#259) MsTest updates (fsprojects/FsUnit#260) Solution cleanup (fsprojects/FsUnit#261) Update docs & update copyright...

dependencies
.NET