Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 27597 invoked from network); 26 Jul 2009 18:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jul 2009 18:04:55 -0000 Received: (qmail 30767 invoked by uid 500); 26 Jul 2009 18:05:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30677 invoked by uid 500); 26 Jul 2009 18:05:59 -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 30666 invoked by uid 99); 26 Jul 2009 18:05:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 18:05:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2009 18:05:51 +0000 Received: by an-out-0708.google.com with SMTP id b2so1312349ana.5 for ; Sun, 26 Jul 2009 11:05:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=NIFFRUTSO0Kkdx3sn/Hs7spr9PK5pSOgg7d2050fvLk=; b=lKJIQgsESa/grNYjbzJZyQHaKhL10lOW/nA3+PHcYwEZZ4taki/am9A3rg/Rcgcuqw r4CrPZ8VonhMtOLMtjorE3ZMu99VY7Fw0xm90ZGXUcrHxeodBgR6I0+Joq+3bYIm3jAb NnSPvdmzw5EGxFam0XshpXEODFobrEcm7CBt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Iej09j3iqbEz/UVkJpA59arQinfMUfm1bFN1gmQY5aQWsHQbqn3shZZMhCOR+SE+Eh GlPlgjwuBhO+qFkQRpZRZN+7uiYDHA+C0ObgXbH/jLU19imAQdw7BeG8c9Yki9HR/B0P oWg8tfDKfcaHoc3i415W1geBNSlFpUAKkCA3g= MIME-Version: 1.0 Received: by 10.100.46.18 with SMTP id t18mr7219974ant.54.1248631530667; Sun, 26 Jul 2009 11:05:30 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Jul 2009 14:05:30 -0400 Message-ID: Subject: Re: show request From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Not sure about documentation, but its a JSON representation of the HTTP request. You can try using the log() function to print it to the CouchDB log. Paul Davis On Sun, Jul 26, 2009 at 1:16 PM, Vlad GURDIGA wrote: > Hello! > > Is there any documentation on the structure of the "req" parameter > given to shows? (The scripts in the /shows/ directory) > > Thank you! >