import { type FlushedContext } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";
Properties
flushed: Promise<Response>
A promise that resolves when the entire response body has been written to the wire, or if the stream has been closed for any other reason. Most likely useful when combined with streaming responses.