# File lib/faraday/builder.rb, line 105
    def response(key, *args)
      block = block_given? ? Proc.new : nil
      use_symbol(Faraday::Response, key, *args, &block)
    end