GitHub user jo opened a pull request:
https://github.com/apache/couchdb/pull/55
Various tests
Testing multipart/form-data attachment upload and form-urlencoded document
update.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jo/couchdb various-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/55.patch
----
commit fe2dca093a629097b9d0e1e0575e9044a5908df3
Author: Johannes J. Schmidt <[email protected]>
Date: 2013-03-27T22:59:16Z
Test attachment upload via multipart/form-data
This is used in Futon attachment upload.
commit 83593ac45d056e07223aaca82d3b16cb46ab8e2e
Author: Johannes J. Schmidt <[email protected]>
Date: 2013-03-27T23:11:26Z
Test form-urlencoded doc update
Update handlers have access to a form object parsed from an
application/x-www-form-urlencoded request.
----