Open
Description
It's often useful to have things like status codes, headers, e.t.c. even in successful responses, e.g. when getting a 201 with a Location
header. Currently we only return the body of the response. There's a few things to think about here:
- Do we always return the full details, or is it an additional flag?
- Do we return the raw Xhr object? They are designed to be reused and recycled, so this could be a problem if we ever did this in the future?
- Do we return a map with
:response
and:xhr
, or extract the useful keys from the Xhr and put them in the map?
Metadata
Metadata
Assignees
Labels
No labels