class Puma::Util::HeaderHash

def replace(other)

def replace(other)
  clear
  other.each { |k, v| self[k] = v }
  self
end