import { type ResponseBodyFunction } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/response.ts?p=prototype.%5BSymbol.for%28%22Deno.customInspect%22%29%5D&s=ResponseBodyFunction";
A function that when invoked returns or resolves to a
ResponseBody
.
definition: () => ResponseBody | Promise<ResponseBody>[src]