I know that I can pass a stream into the response body in Koa:
import fs from \'fs\'; import { Context } from \'koa\'; const routeHandler = async (c