1.0.0 • Published 8 years ago

is-fresh v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

is-fresh

js-standard-style Build Status Coverage Status

Check whether cache can be used in this HTTP request.

Install

npm install is-fresh

API

'use strict'
const isFresh = require('is-fresh')

isFresh(req, res)

  • req: an instance of http.incomingMessage
  • res: an instance of http.ServerResponse

Return true when cache can be used in this HTTP request, otherwise it will return false.