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 0BEC97BDD for ; Fri, 23 Sep 2011 01:30:23 +0000 (UTC) Received: (qmail 30653 invoked by uid 500); 23 Sep 2011 01:30:21 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30614 invoked by uid 500); 23 Sep 2011 01:30:21 -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 30604 invoked by uid 99); 23 Sep 2011 01:30:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 01:30:21 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gert.cuykens@gmail.com designates 209.85.216.173 as permitted sender) Received: from [209.85.216.173] (HELO mail-qy0-f173.google.com) (209.85.216.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2011 01:30:15 +0000 Received: by qyc1 with SMTP id 1so18465176qyc.11 for ; Thu, 22 Sep 2011 18:29:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=YBDRXA4fBBFJCqnLmnPTCgNzSp/hj9p4OxkFQTuxBik=; b=D0mRnm8CnXWo8etKPdVR5wZUXIQEu9ZOgN880YHBIpk7G9YScMhZMrKljvLMGNp0BZ eZCQm+vFAaAJoVYkb7QIWYXBTrpUwbHhUv90jJ+Yuo3qHizfMdwqXBuk9/0+V5uAX4yQ 85jVQNUos8AH0rN5Q9qAEMLKJSyMLIA2KZZK0= MIME-Version: 1.0 Received: by 10.229.10.198 with SMTP id q6mr2187393qcq.273.1316741394424; Thu, 22 Sep 2011 18:29:54 -0700 (PDT) Received: by 10.229.55.136 with HTTP; Thu, 22 Sep 2011 18:29:54 -0700 (PDT) Date: Fri, 23 Sep 2011 03:29:54 +0200 Message-ID: Subject: _show functions From: Gert Cuykens To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 1) How do you overwrite the ETag of a show function? I tried this but does not work. return {headers:{'Content-Type':'text/html','Etags':doc._rev},body:'...'} 2) Can you use the show function to show the content of a binary attachment?