gpt4 book ai didi

Node.js:在文档中的 http.IncomingMessage 中找不到 'data' 、 'end' 事件

转载 作者:太空宇宙 更新时间:2023-11-04 00:33:55 25 4
gpt4 key购买 nike

我们总是这样写:

http.createServer(function(req, res) {
req.on('data', function(){})
.on('end', function(){});
});

但问题是:我在 Class: http.IncomingMessage 中找不到任何 Event: dataEvent: end 的气息在 https://nodejs.org/dist/latest-v6.x/docs/api/http.html

请告诉我原因。

最佳答案

HTTP.IncomingMessage 的文档中,它说:

It implements the Readable Stream interface, as well as the following additional events, methods, and properties.

如果您检查 Stream.Readable文档,您可以找到 Event: 'data'Event: 'end'

关于Node.js:在文档中的 http.IncomingMessage 中找不到 'data' 、 'end' 事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39957491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com