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