Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 78421 invoked from network); 5 Nov 2008 01:48:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2008 01:48:46 -0000 Received: (qmail 36550 invoked by uid 500); 5 Nov 2008 01:48:52 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 36522 invoked by uid 500); 5 Nov 2008 01:48:52 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 36512 invoked by uid 99); 5 Nov 2008 01:48:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 17:48:52 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 01:47:33 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7661011157 for ; Wed, 5 Nov 2008 01:47:45 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Wed, 05 Nov 2008 01:47:45 -0000 Message-ID: <20081105014745.4195.91479@eos.apache.org> Subject: [Couchdb Wiki] Update of "HttpRestApi" by MartinCzura X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by MartinCzura: http://wiki.apache.org/couchdb/HttpRestApi The comment on the change is: redirect ------------------------------------------------------------------------------ + #redirect HTTP_REST_API The primary API for programmatically accessing the CouchDB store is a [http://en.wikipedia.org/wiki/Representational_State_Transfer REST] API. That's right, REST on the Couch. Doesn't that feel nice? Let me fetch you a lemonade and some slippers.