class Faraday::Utils::Headers

def merge!(other)

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