Lines Matching refs:req
115 function getRequestCacheKey(req: any) {
117 cache: req.cache,
118 credentials: req.credentials,
119 destination: req.destination,
120 headers: req.headers,
121 integrity: req.integrity,
122 method: req.method,
123 redirect: req.redirect,
124 referrer: req.referrer,
125 referrerPolicy: req.referrerPolicy,
126 url: req.url,
127 body: getBodyCacheKeyJson(req.body),