x/oak/response.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
type alias ResponseBody
import { type ResponseBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/response.ts?p=prototype.%5BSymbol.for%28%22Deno.customInspect%22%29%5D&s=ResponseBody";

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

definition:
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null
[src]