lambdabaa / dav

WebDAV, CalDAV, and CardDAV client for nodejs and the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a custom exception for http responses

kewisch opened this issue · comments

Right now on 4xx responses, a string is returned with status information. Especially for 412 responses it would be good to be able to access the code and maybe also other request data.