Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB44210262 for ; Wed, 13 Nov 2013 23:00:52 +0000 (UTC) Received: (qmail 30569 invoked by uid 500); 13 Nov 2013 23:00:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30472 invoked by uid 500); 13 Nov 2013 23:00:51 -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 30464 invoked by uid 99); 13 Nov 2013 23:00:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 23:00:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 23:00:46 +0000 Received: by mail-wg0-f49.google.com with SMTP id x13so1120507wgg.16 for ; Wed, 13 Nov 2013 15:00:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4+pFY4p7p/UX8gFAD/jV6xu5GeD9vzatNE1Ub5txnXg=; b=YgKXZJDkLJnKusvABPpAGhkeBrVYMEmPS5fanqWjMYBaQMhCscsXY8PTMblY7AjDfm lbp12O9Q0C6jUV+LVOrv2JYbE3+RwW+1p1jUfZXt3cApoXXHosISv3dl2KNMXtiXEGKU RskffBX2sxYn742aqLdsHS69wP0D4ivcGSO0N9OYuKf04+PJWYNY9+Omd59PsFz905tE N+8L+Mcop1yWVjwcQt5RQ0Hx/iXC53rR8g6ANIi9EDs6v0CZyIwibks2MIx6imV7y2DP YhiCGIoUYogLAr5YGW+5kgEECGLs+ue9Uy/cYkg+Y8Qzru9Q7u0XP83xDTa1MZCYtlXA IirQ== MIME-Version: 1.0 X-Received: by 10.180.189.132 with SMTP id gi4mr22656314wic.19.1384383624956; Wed, 13 Nov 2013 15:00:24 -0800 (PST) Received: by 10.180.24.99 with HTTP; Wed, 13 Nov 2013 15:00:24 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Nov 2013 03:00:24 +0400 Message-ID: Subject: Re: Post to show functions From: Alexander Shorin To: "user@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Stanley, actually you may made request with any method to show/list/update functions, with one exception - update functions doesn't handles GET requests (but this restriction comes from query server side, not CouchDB itself). -- ,,,^..^,,, On Thu, Nov 14, 2013 at 2:55 AM, Stanley Iriele wrote: > I'm looking in the documentation and in section 10.5.6 it mentions you can > post to a show function... I remember trying this in the past with no > luck... I am not at my install at the moment do I can't check by hand but > can you indeed POST to a show function?? > > If so...that would completely make my day