Skip to main content
Module

x/oak/response.ts>ResponseBodyFunction

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias ResponseBodyFunction
import { type ResponseBodyFunction } from "https://deno.land/x/oak@v12.5.0/response.ts";
definition: () => ResponseBody | Promise<ResponseBody>