import { type ResponseBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/response.ts?p=prototype.%5BSymbol.for%28%22nodejs.util.inspect.custom%22%29%5D&s=ResponseBody";
The various types of bodies supported when setting the value of .body
on a Response
definition: [src]
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null