Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 39050 invoked from network); 27 Jul 2010 12:43:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 12:43:59 -0000 Received: (qmail 88053 invoked by uid 500); 27 Jul 2010 12:43:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87525 invoked by uid 500); 27 Jul 2010 12:43:53 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 87517 invoked by uid 99); 27 Jul 2010 12:43:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 12:43:52 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 12:43:46 +0000 Received: by vws14 with SMTP id 14so4916836vws.11 for ; Tue, 27 Jul 2010 05:43:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.187.5 with SMTP id cu5mr2311299vcb.0.1280234589290; Tue, 27 Jul 2010 05:43:09 -0700 (PDT) Received: by 10.220.84.207 with HTTP; Tue, 27 Jul 2010 05:43:09 -0700 (PDT) In-Reply-To: <3C37F2A9-82AF-4D2A-B6E2-58003D601F7B@googlemail.com> References: <3C37F2A9-82AF-4D2A-B6E2-58003D601F7B@googlemail.com> Date: Tue, 27 Jul 2010 08:43:09 -0400 Message-ID: Subject: Re: Why updates PUT only From: Cory Zue To: user Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org They work fine with POST too, I think the documentation on the wiki is just out of date. On Tue, Jul 27, 2010 at 5:55 AM, Alux wrote: > Hello, > > I just learned about update handler - really like them! > > But why are they only usable with the PUT verb? That means they cannot be > used with HTML forms. > > thank you for reading, > > regards, alux >