# File lib/couchrest/database.rb, line 109
    def fetch_attachment(doc, name)
      uri = url_for_attachment(doc, name)
      RestClient.get uri, CouchRest.default_headers
    end