Skip to content

Instantly share code, notes, and snippets.

@jkyberneees
Created December 2, 2019 10:53
Show Gist options
  • Save jkyberneees/524662ed32cc65485ffb88d458bd19c4 to your computer and use it in GitHub Desktop.
Save jkyberneees/524662ed32cc65485ffb88d458bd19c4 to your computer and use it in GitHub Desktop.
service.get('/tasks', (req, res) => {
// ...
res.setHeader('x-cache-timeout', '1 week')
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment