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