class Faraday::Utils::ParamsHash

def merge(params)

def merge(params)
  dup.update(params)
end