# File lib/typhoeus/normalized_header_hash.rb, line 45
    def merge(hash)
      self.dup.update(hash)
    end