abhi62003 / relax-net

Automatically exported from code.google.com/p/relax-net
GNU General Public License v3.0
0 stars 0 forks source link

Support for BigCouch API additions: 'r', 'w', etc querystring params #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create a document:
curl -X PUT http://loadbalancer:5984/test_db/doc_1 -d '{"a":1,"b":2}'
You may also provide 'r' and 'w' on the GET and PUT/POST document operations 
respectively. Their values and defaults are discussed in the Configuration 
section below. Ex: &r=3 for high consistency reads, or &w=1 for higher 
throughput writes.

Original issue reported on code.google.com by nnyst...@gmail.com on 25 Mar 2011 at 2:41

GoogleCodeExporter commented 9 years ago

Original comment by nnyst...@gmail.com on 25 Mar 2011 at 2:43