haf / Http.fs

A simple, functional HTTP client library for F#
322 stars 43 forks source link

Gracefully handle no content-type being returned in response #135

Closed seanamos closed 6 years ago

seanamos commented 6 years ago

At the moment, if a server returns no content-type, a nullref exception is thrown when getting the response.

haf commented 6 years ago

👍

haf commented 6 years ago

Just noticed you awesomely went through and fixed all of them – ✋ :five:

haf commented 6 years ago

Thank you

ivpadim commented 6 years ago

@seanamos Thanks it's working great!