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

ByteStreamRequest

import { ByteStreamRequest } from "https://raw.githubusercontent.com/worker-tools/stream-response/master/index.ts";
class ByteStreamRequest extends Request {
constructor(input: RequestInfo, init?: ByteStreamRequestInit);
}

§Extends

§
Request
[src]

§Constructors

§
new ByteStreamRequest(input: RequestInfo, init?: ByteStreamRequestInit)
[src]