method ZipDirectoryEntry.prototype.addHttpContentimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.js"; addHttpContent(name: string,url: string,options?: HttpOptions,): ZipFileEntry<string, void>Adds an entry with content fetched from a URL Adds an entry with content fetched from a URL Parametersname: stringThe relative filename of the entry. url: stringThe URL. optionaloptions: HttpOptionsThe options. ReturnsZipFileEntry<string, void>A ZipFileEntry instance.