- get-server-info connectionprocedure
Returns the couchdb version information as the json egg parses the response.
CSI> (get-server-info (make-connection server: (uri-reference "http://localhost:5984/"))) #(("couchdb" . "Welcome") ("version" . "0.11.0"))