Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 39446 invoked from network); 15 Jul 2008 13:51:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 13:51:01 -0000 Received: (qmail 93876 invoked by uid 500); 15 Jul 2008 13:51:00 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 93846 invoked by uid 500); 15 Jul 2008 13:51:00 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 93835 invoked by uid 99); 15 Jul 2008 13:51:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 06:51:00 -0700 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.198.248] (HELO rv-out-0708.google.com) (209.85.198.248) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 13:50:06 +0000 Received: by rv-out-0708.google.com with SMTP id k29so5060667rvb.0 for ; Tue, 15 Jul 2008 06:50:30 -0700 (PDT) Received: by 10.140.199.3 with SMTP id w3mr7062827rvf.67.1216129830235; Tue, 15 Jul 2008 06:50:30 -0700 (PDT) Received: by 10.140.225.8 with HTTP; Tue, 15 Jul 2008 06:50:30 -0700 (PDT) Message-ID: <64a10fff0807150650k1f8632d2j86b3a53d92b3190c@mail.gmail.com> Date: Tue, 15 Jul 2008 09:50:30 -0400 From: "Dean Landolt" To: couchdb-user@incubator.apache.org Subject: RE: [jira] Resolved: (COUCHDB-63) Do not require attachments to be encoded in base64 In-Reply-To: <880416270.1216067071709.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4157_4890333.1216129830217" References: <916744681.1211903542028.JavaMail.jira@brutus> <880416270.1216067071709.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4157_4890333.1216129830217 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Jan Lehnardt resolved COUCHDB-63. > --------------------------------- > > Resolution: Fixed > Fix Version/s: 0.9 > > As of revision 675699, CouchDB has a RESTful API for attachments that doesn't require base64 > encoding of data. Thanks for getting this feature in. Is there any documentation on this new API? I've seen a lot of mention of this coming, but nothing formal to code against. I suppose I could start throwing PUTs and DELETEs against the new trunk to see what sticks, but if there's something already out there, it'd save some time. ------=_Part_4157_4890333.1216129830217--