lambdabaa / dav

WebDAV, CalDAV, and CardDAV client for nodejs and the browser.
Mozilla Public License 2.0
304 stars 71 forks source link

Use a custom exception for http responses #109

Open kewisch opened 8 years ago

kewisch commented 8 years ago

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.