You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/04 02:09:22 UTC

[Couchdb Wiki] Update of "ApiVueHttp" by ChrisAnderson

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 ChrisAnderson:
http://wiki.apache.org/couchdb/ApiVueHttp

The comment on the change is:
change temp_view to slow_view

------------------------------------------------------------------------------
  
  == Vues Ad Hoc ==
  
- Les requêtes temporaires (ex. les vues que vous ne souhaitez pas enregistrer dans CouchDB) peuvent être réalisées à travers la vue spéciale ''_temp_view'' :
+ Les requêtes temporaires (ex. les vues que vous ne souhaitez pas enregistrer dans CouchDB) peuvent être réalisées à travers la vue spéciale ''_slow_view'' :
  
  {{{
- POST /some_database/_temp_view  HTTP/1.0
+ POST /some_database/_slow_view  HTTP/1.0
  Content-Length: 48
  Date: Mon, 10 Sep 2007 17:11:10 +0200
  Content-Type: application/json