gpt4 book ai didi

node.js - nodejs 的 http 模块不是可以一次接收/发送整个请求/响应吗?

转载 作者:可可西里 更新时间:2023-11-01 17:04:41 25 4
gpt4 key购买 nike

我正在学习 nodejshttp 模块。我在 documentation 中找到了一个部分上面写着:

The interface is careful to never buffer entire requests or responses

这是否意味着该模块不能一次接收/发送整个请求/响应,而是分块接收/发送?

最佳答案

Does it means that this module is not capable of receiving / sending the whole request / response at once and it receives / sends in chunks instead?

没错:http 是基于流的,就像底层的 net 模块一样。

有很多模块可用于为您抽象这些流,并提供接收完整的响应(在内存中,所以要小心大响应)。例如,requesthttp.min .

关于node.js - nodejs 的 http 模块不是可以一次接收/发送整个请求/响应吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53710463/

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