ConnectJS uses the res.on('header'... event to do some post processing on the response. I have searched far and wide in the NodeJS documentation, but cannot find this event mentioned anywhere. Can someone point me in the direction of some documentation for this?
ConnectJS使用res.on(“标题”……事件对响应做一些后期处理。我在NodeJS文档中搜索了很多地方,但是在任何地方都找不到这个事件。有人能给我指出一些文件的方向吗?
1 个解决方案
#1
3
header
event is not native for node.js. This event provided by connect
. Here is some documentation.
头事件不是node.js的本机事件。此事件由connect提供。这里有一些文档。
#1
3
header
event is not native for node.js. This event provided by connect
. Here is some documentation.
头事件不是node.js的本机事件。此事件由connect提供。这里有一些文档。