class Faraday::Utils::Headers

def merge(other)

def merge(other)
  hash = dup
  hash.merge! other
end