Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/allo_responses/libs/JsonResponse.ts>JsonResponse

🦕 Prepared reponse classes for Deno.
Latest
class JsonResponse
extends Response
import { JsonResponse } from "https://deno.land/x/allo_responses@v1.0.2/libs/JsonResponse.ts";

Constructors

new
JsonResponse(
data: unknown,
init?: ResponseInit,
prettyPrint?: boolean,
)