Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method response.JSON
import { response } from "https://deno.land/x/the@0.0.0.3/src/response.ts";

Parameters

body: any
optional
session: Session
optional
status: number
optional
header: Record<string, string | null>