Skip to main content
Module

x/shed/index.ts>JSONRequest

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

Constructors

new
JSONRequest(
input: RequestInfo | URL,
init?: JSONRequestInit,
replacer?: Parameters<JSON.stringify>[1],
space?: Parameters<JSON.stringify>[2],
)

Static Properties

accept: string
contentType: string