class ElasticAPM::Transport::Headers

def merge(other)

def merge(other)
  self.class.new(@config, initial: @hash.merge(other))
end