Http.fs icon indicating copy to clipboard operation
Http.fs copied to clipboard

A simple, functional HTTP client library for F#

Results 20 Http.fs issues
Sort by recently updated
recently updated
newest added

Howdy @haf and friends, we got this report: https://github.com/dotnet/fsharp/issues/10658 We investigated the issue thinking there may have been a bug in F# Interactive and `#r "nuget:..."` directives, since the user...

Hi! Example shows that there is an ability to make requests going through proxy with setting of proxy server via Request.proxy. However, the functionality seems to be not working. I...

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since

If I serialize object or object graph to JSON it would be nice to exclude intermediary step of string object or byte array creation by giving a TextReader instance which...

enhancement
question
help wanted

The README currently states: ``` 2 - The Http response (or just the response code/body) is retrieved using one of the following: job { use! response = getResponse request //...

I noticed that the "autoDecompress" feature from 4.x was removed in 5.x. Does this have to do with the way `System.Net.Http.HttpClient` handles decompression? It appears, now, that this feature must...

``` System.AggregateException: One or more errors occurred. (Resource temporarily unavailable) ---> System.Net.Http.HttpRequestException: Resource temporarily unavailable ---> System.Net.Sockets.SocketException: Resource temporarily unavailable at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken) --- End of...

https://www.thomaslevesque.com/2013/11/30/uploading-data-with-httpclient-using-a-push-model/

enhancement

It should be possible to add coverage to the build using something like OpenCover: http://fsharp.github.io/FAKE/apidocs/fake-opencoverhelper.html I'm not sure what the best way to surface the results is, but just logging...

enhancement

I was looking for the ability to use NTLM credentials and `6e0a414` looked promising, however it seems this code has been removed when the library was migrated to use HttpClient...

enhancement
help wanted