inoi / trombi

Trombi is an asynchronous CouchDB client for Tornado

Home Page:http://inoi.github.com/trombi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Content-Type multipart/related when attachments=True

nailor opened this issue · comments

CouchDB 1.1 now servers documents with content-type: multipart/related if attachments=True. Quick fix is to pass Accept: application/json to the server, better fix would be to support the multipart format.