We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d6914 commit c5270f8Copy full SHA for c5270f8
docs/guides/http/stream-iterator.md
@@ -39,7 +39,7 @@ Bun.serve({
39
await Bun.sleep(100);
40
yield "world!";
41
},
42
- }
+ },
43
{ headers: { "Content-Type": "text/plain" } },
44
);
45
0 commit comments