class Faraday::Utils::Headers

def replace(other)

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