Skip to main content
Latest
class response
Re-export
import { response } from "https://deno.land/x/the@0.0.1/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,
)
JSONS(
body: any,
session?: Session,
status?: number,
header?: Record<string, string | null>,
)