Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSONStreamRequest

import { JSONStreamRequest } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
class JSONStreamRequest extends StreamRequest {
constructor(input: RequestInfo | URL, init?: JSONStreamRequestInit);
static accept: string;
static contentType: string;
}

§Extends

§
StreamRequest
[src]

§Constructors

§
new JSONStreamRequest(input: RequestInfo | URL, init?: JSONStreamRequestInit)
[src]

§Static Properties

§
accept: string
[src]
§
contentType: string
[src]