Home
last modified time | relevance | path

Searched refs:parseCacheControl (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js77 function parseCacheControl(header) { function
137 this._rescc = parseCacheControl(res.headers['cache-control']);
143 this._reqcc = parseCacheControl(req.headers['cache-control']);
232 const requestCC = parseCacheControl(req.headers['cache-control']);

Completed in 2 milliseconds