# File lib/faraday/request.rb, line 35
    def url(path, params = {})
      self.path   = path
      self.params = params
    end