vary
Installation
$ npm install varyAPI
var vary = require('vary')vary(res, field)
// Append "Origin" to the Vary header of the response
vary(res, 'Origin')vary.append(header, field)
Examples
Updating the Vary header when content is based on it
Testing
License
Last updated