x/oak/response.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias ResponseBodyFunction
import { type ResponseBodyFunction } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/response.ts?s=ResponseBodyFunction";
definition: () => ResponseBody | Promise<ResponseBody>[src]