res.vary(field)

将该字段添加到 Vary 响应标头(如果尚不存在)。

Adds the field to the Vary response header, if it is not there already.

res.vary('User-Agent').render('docs')