# File lib/rack/utils.rb, line 96
      def []=(k, v)
        super capitalize(k), v
      end