Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 81649 invoked from network); 31 Jul 2009 08:53:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 08:53:40 -0000 Received: (qmail 75519 invoked by uid 500); 31 Jul 2009 08:53:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 75453 invoked by uid 500); 31 Jul 2009 08:53:39 -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 75443 invoked by uid 99); 31 Jul 2009 08:53:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 08:53:39 +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 gurdiga@gmail.com designates 209.85.220.227 as permitted sender) Received: from [209.85.220.227] (HELO mail-fx0-f227.google.com) (209.85.220.227) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 08:53:31 +0000 Received: by fxm27 with SMTP id 27so883588fxm.11 for ; Fri, 31 Jul 2009 01:53:10 -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=24R271Q+MIsN5aD+5H2UlD7HhYtEKpTrxomOEFQUgM0=; b=tmN7m2XUKKffXdVPNPePx4yxTYqwFXFLlnzHTfL/oRqEsmkI93RmEHE71be0xhpYzY HVbiT8MnPPT4ZZN35pap7w9YzCr8o8BoMDgsSSdbWq6LFXYLeZGtxLouedUU//L6euV+ 50hBRWjYP4C6eMcEPS/OXJNmApDGUapEgRUNQ= 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=g8hhS8gR5W8Q2WYI+Trj0TF4S5cK547xO737RzucnYBYaEKATgqOdTG4LQo1a/4okP /at/bY9v5oFf0Dds0Q+UEG94c8LYBxNhdwqAHo1NdDw9vKWmPphLWihnt7XPGIRML5lw N68uTNY/211KrEd7h245Yk3z1HwVHogfkeOh8= MIME-Version: 1.0 Received: by 10.103.189.13 with SMTP id r13mr77903mup.87.1249030390317; Fri, 31 Jul 2009 01:53:10 -0700 (PDT) In-Reply-To: References: Date: Fri, 31 Jul 2009 11:53:10 +0300 Message-ID: Subject: Re: couchjs vs. js From: Vlad GURDIGA To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have to apologize, again: I should have payed more attention to source code. For those interested in answer to my question, that is information on how to use the curl extension provided by couchjs, there is enough in the test/test.js* file. One can use CouchDB.request method defined in there to make HTTP calls. Enjoy! *http://svn.apache.org/viewvc/couchdb/trunk/test/test.js?view=co