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