Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/shed/stream-response.ts

All Worker Tools under a single roof
Latest
import * as shed from "https://deno.land/x/shed@v0.1.0-pre.10/stream-response.ts";

Classes

If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately.

If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately.