r0man / cljs-http

A ClojureScript HTTP library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error handler

jonpither opened this issue · comments

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.