class Excon::Headers

def merge(other_hash)

def merge(other_hash)
  self.dup.merge!(other_hash)
end