Skip to main content
Module

x/zipjs/index.d.ts>HttpReader

JavaScript library to zip and unzip files in the browser and Deno supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
class HttpReader
extends Reader<URLString>
import { HttpReader } from "https://deno.land/x/zipjs@v2.6.11/index.d.ts";

Represents a Reader instance used to fetch data from a URL.

Constructors

new
HttpReader(url: URLString, options?: HttpOptions)

Creates the HttpReader instance