Skip to main content
Module

x/oak/response.ts>ResponseBody

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
type alias ResponseBody
import { type ResponseBody } from "https://deno.land/x/oak@v15.0.0/response.ts";

The various types of bodies supported when setting the value of .body on a Response

definition:
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null