Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636441 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/README.md
130 Views
0 Comments
# fresh

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-version-image]][node-version-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/index.js
126 Views
0 Comments
/*!
* fresh
* Copyright(c) 2012 TJ Holowaychuk
* Copyright(c) 2016-2017 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/LICENSE
215 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/package.json
113 Views
0 Comments
{
"name": "fresh",
"description": "HTTP response freshness testing",
"version": "0.5.2",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
HISTORY.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/fresh/HISTORY.md
137 Views
0 Comments
0.5.2 / 2017-09-13
==================

* Fix regression matching multiple ETags in `If-None-Match`
* perf: improve `If-None-Match` token parsing

0.5.1 / 2017-09-11
==================