# File lib/faraday/builder.rb, line 103
    def response(key, *args, &block)
      use_symbol(Faraday::Response, key, *args, &block)
    end