Skip to main content
Module

x/zipjs/index.js>HttpReader

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
class HttpReader
extends Reader<URLString>
import { HttpReader } from "https://deno.land/x/zipjs@v2.7.42/index.js";

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

Constructors

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

Creates the HttpReader instance