You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/02/09 14:27:48 UTC

[Couchdb Wiki] Update of "HTTP Document API" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/HTTP_Document_API

The comment on the change is:
add note about standalone attachment API being added in 0.9.

------------------------------------------------------------------------------
  
  
  === Standalone Attachments ===
+ 
+ Note: This was added in version 0.9 of CouchDB. It is not available in earlier version.
+ 
  CouchDB allows to create, change and delete attachments without touching the actual document. As a bonus feature, you do not have to base64 encode your data. This can significantly speed up requests since CouchDB and your client do not have to do the base64 conversion.
  
  You need to specify a MIME type using the Content-Type header. CouchDB will serve the attachment with the specified Content-Type when asked.