import { type ResponseBodyFunction } from "https://deno.land/x/oak@v17.1.3/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://deno.land/x/oak@v17.1.3/response.ts";
A function that when invoked returns or resolves to a
ResponseBody
.