Skip to main content
Module

x/shed/index.ts>JSONResponse

All Worker Tools under a single roof
Latest
class JSONResponse
extends Response
import { JSONResponse } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

Constructors

new
JSONResponse(
body?: JSONBodyInit | null,
init?: ResponseInit,
replacer?: Parameters<JSON.stringify>[1],
space?: Parameters<JSON.stringify>[2],
)

Static Properties

contentType: string