标签: node.js
如果我发送回复
res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('okay');
是否有可能以某种方式访问响应对象并查看实际发送的标头和有效负载?