module CouchDB::URL
Defined in:
couchdb/client.crConstant Summary
-
ACTIVE_TASKS =
"/_active_tasks"
-
ALL_DBS =
"/_all_dbs"
-
ALL_DOCS =
DB + "/_all_docs"
-
DB =
"/%s"
-
DOC =
DB + "/%s"
-
Database
-
FIND_DOCS =
DB + "/_find"
-
INFO =
"/"
-
Server
-
UUIDS =
"/_uuids?count=%d"