Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class response
import { response } from "https://deno.land/x/the@0.0.0.4.1/src/response.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,
)