Dear wiki user,

You have subscribed to a wiki page "Couchdb Wiki" for change notification.

The page "HttpGetAllDbs" has been deleted by JoanTouzet:

https://wiki.apache.org/couchdb/HttpGetAllDbs?action=diff&rev1=3&rev2=4

Comment:
migrated

- <<Include(EditTheWiki)>>
  
- = HTTP GET _all_dbs =
- 
- ||'''Method'''||<-2>GET||
- ||'''Path'''||<-2>/_all_dbs||
- ||'''Query args'''||<-2>None||
- ||'''Request body'''||<-2>None||
- ||'''Response body'''||<-2>JSON array containing a list of all databases on 
server||
- 
- == Description ==
- 
- Returns a list of databases on this server. The returned database names are 
unescaped, and may contain characters that need to be properly escaped to be 
used as the database part in an URL. Most notably, databases in subdirectories 
contain one or more slashes in their names, and these must be escaped as 
{{{%2F}}} when used in URLs.
- 
- == Example ==
- {{{
- GET /_all_dbs HTTP/1.1
- }}}{{{
- HTTP/1.1 200 OK
- Cache-Control: must-revalidate
- 
- ["foo","bar","baz"]
- }}}
- 

Reply via email to