purescript-contrib / purescript-affjax

An asynchronous AJAX library built using Aff.
Apache License 2.0
122 stars 78 forks source link

Update for fallible `FormURLEncoded`, don't use `Aff` error channel anymore #145

Closed garyb closed 4 years ago

garyb commented 4 years ago

Also cut down on the helper functions by just using Maybe RequestBody.RequestBody, and remove the retrying stuff that I doubt anybody uses.