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