在 Bun 中,Documentation Index
Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
Response 对象可以接受 Node.js 的 Readable。
这是因为 Bun 的 Response 对象允许任何异步可迭代对象作为其主体。Node.js 流是异步可迭代对象,因此你可以直接将它们传递给 Response。