Module

x/denorest/mod.ts>Res

Lightweight, Minimalist Framework For REST API 🦕 🚀
Latest
type alias Res
import { type Res } from "https://dotland.deno.dev/x/denorest@v4.2/mod.ts";

The second parameter of the handler function is Res.

definition: { reply: BodyInit; headers: Record<string, string>; status: number; }