creationix / couch-client

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

don't append query strings if keys are POSTed #32

Open damienklinnert opened 11 years ago

damienklinnert commented 11 years ago

Before this change fetching a view with keys: [...] would append the keys array in the query string and as POST data. This led to invalid request errors.