class Faraday::Utils::ParamsHash

def replace(other)

def replace(other)
  clear
  update(other)
end