# File lib/faraday/utils.rb, line 14
      def initialize(hash = nil)
        super()
        @names = {}
        self.update(hash || {})
      end