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