res.writeHead(200, { 'Content-Encoding': 'gzip' }) const cache = cachePath(req) const gz = createReadStream(`${cache}\\x.gz`) gz.pipe(res)
res.writeHead(200, { 'Content-Encoding': 'gzip' }) const cache = cachePath(req) const gz = createReadStream(`${cache}\\x.gz`) gz.pipe(res)