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