Fix document copying

To COPY a doc the client must specify the target doc id in Destination
header. Additionally, it may add the revision parameter if document
already exists and we want to copy over it.
1 file changed
tree: 9e3c46d545b612d00a0c8742945e90fc4c2f605f
  1. libs/
  2. test/
  3. .gitignore
  4. bower.json
  5. jquery.couch.js
  6. LICENSE
  7. README.md
README.md

couchdb-jquery-couch

$.couch is used to communicate with a CouchDB server.

Tests

Install the dependencies:

$ bower install

Open test/runner.html in a browser to run the testsuite.