class Faraday::Utils::Headers

def replace(other)

def replace(other)
  clear
  @names.clear
  update other
  self
end