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

ByteStreamRequestInit

import type { ByteStreamRequestInit } from "https://raw.githubusercontent.com/worker-tools/stream-response/master/index.ts";
type ByteStreamRequestInit = Omit<RequestInit, "body"> & {};

§Type

§
Omit<RequestInit, "body"> & {}
[src]