import { type ResponseBodyFunction } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/response.ts?s=ResponseBodyFunction";
A function that when invoked returns or resolves to a
ResponseBody
.
definition: () => ResponseBody | Promise<ResponseBody>[src]