# File lib/couchrest/core/adapters/restclient.rb, line 12
    def get(uri, headers={})
      RestClient.get(uri, headers)
    end