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