Skip to main content
Go to Latest
class response
Re-export
import { response } from "https://deno.land/x/the@0.0.0.3.2/mod.ts";

Static Methods

JSON(
body: any,
session?: Session,
status?: number,
header?: Record<string, string | null>,
)
JSONF(
body: any,
header?: Record<string, string | null>,
status?: number,
)