You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple attachments can be GET or PUT without encoding overhead by issuing requests that contain attachments via a multipart/relatedContent-Type, along with some CouchDB-specific details (order-sensitive attachment parts!!!).
Originally discussed in gh-49.
Multiple attachments can be GET or PUT without encoding overhead by issuing requests that contain attachments via a
multipart/related
Content-Type
, along with some CouchDB-specific details (order-sensitive attachment parts!!!).Docs for this here.
The text was updated successfully, but these errors were encountered: