creationix / couch-client

A minimal CouchDB client that easy and powerful
MIT License
101 stars 9 forks source link

Response missing for arbitrary HTTP requests #27

Open berb opened 13 years ago

berb commented 13 years ago

When using the arbitrary HTTP request function, it would be helpful to have access to the response code. Otherwise, this prevents the simple detection of "Conflict" or "Not Found" responses, because only the response body is accessible.