Skip to main content
Module

x/zipjs/index.d.ts>HttpReader

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Latest
class HttpReader
extends Reader<URLString>
import { HttpReader } from "https://deno.land/x/zipjs@v2.7.43/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