x/oak/response.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias ResponseBody
import { type ResponseBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/response.ts?p=prototype.%5BSymbol.for%28%22Deno.customInspect%22%29%5D&s=ResponseBody";
definition:
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null
[src]