Skip to main content
Module

x/oak/response.ts>ResponseBody

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias ResponseBody
import { type ResponseBody } from "https://deno.land/x/oak@v11.1.0/response.ts";
definition:
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null