_all_docs should support both GET and POST
------------------------------------------

                 Key: COUCHDB-289
                 URL: https://issues.apache.org/jira/browse/COUCHDB-289
             Project: CouchDB
          Issue Type: Improvement
    Affects Versions: 0.10
            Reporter: Matt Aimonetti


As of 0.9, if you want to query multiple documents at once and load them, you 
have to do: 

'POST' /my_db/_all_docs?include_docs=true and pass the document ids.

The problem with that approach is that the requests can't be cached. Being to 
make a GET request (with the obvious limitations) would make a lot of sense.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to