cljs-http
cljs-http copied to clipboard
error handler
Is there a way to capture unsuccessful http requests? I.e. 500 status codes. It would be great to see the response body for 500 requests as to debug errors.
Right now an error is thrown from the underlying library and I don't know how to capture/debug it.