Write a Response to a file
Use Bun.write() to write a Response to disk. The body of the Response is written to the destination.
Write a ReadableStream to a file
To write a ReadableStream to disk, create a Response from the stream and pass it to Bun.write() .