dariooddenino/purescript-simple-ajax

Add ability to capture headers from responses

Closed this issue · 2 comments

At the moment, processing other components of the responses other than the body appears out of scope. For the user of this library, it would be easiest to add this functionality by modifying the implementation of this library, since there is not a hook it appears into the response parsing logic. I'm working on a PR for this now.

Merged #2 in v0.5.0

Awesome!