Home
last modified time | relevance | path

Searched refs:inHeaders (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js233 …chePolicy.prototype._copyWithoutHopByHopHeaders = function _copyWithoutHopByHopHeaders(inHeaders) { argument
235 for (var name in inHeaders) {
237 headers[name] = inHeaders[name];
240 if (inHeaders.connection) {
241 var tokens = inHeaders.connection.trim().split(/\s*,\s*/);