# File lib/couch_object/database.rb, line 56
    def get(path)
      Response.new(@server.get("/#{Utils.join_url(@dbname, path)}")).parse
    end