# File lib/rack/utils.rb, line 406
      def to_hash
        hash = {}
        each { |k,v| hash[k] = v }
        hash
      end