import { HttpReader } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents a Reader instance used to fetch data from a URL.
Constructors
new
HttpReader(url: URLString | URL, options?: HttpOptions)Creates the HttpReader instance
import { HttpReader } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents a Reader instance used to fetch data from a URL.
Creates the HttpReader instance