gpt4 book ai didi

javascript - node.js - Busboy 是如何工作的?

转载 作者:行者123 更新时间:2023-11-30 16:45:26 35 4
gpt4 key购买 nike

我对 Busboy 有点困惑模块。我不明白文件数据在哪里传输,因为它只接受请求 header 作为参数?!查看文档中的示例:

var busboy = new Busboy({ headers: req.headers });
busboy.on('file', function (fieldname, file, filename, encoding, mimetype) {
//...
// btw file is ReadableStream!
});

最佳答案

它获取通过管道传输给它的请求正文,请参阅 the example :

req.pipe(busboy);

关于javascript - node.js - Busboy 是如何工作的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31312699/

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