Skip to content

Add zip package to VFS

Jaime Martinez requested to merge 443-add-zip-package-to-vfs into master

Adds zip package from !326 (diffs) as standalone package with minimal modifications to the VFS. Implementing the VFS interface will be done in a follow-up MR.

This MR implements the vfs.Root interface using zipArchive which is capable of reading zip files from a URL using the httprange package introduced in !333 (merged).

Related #443 (closed)

Edited by Vladimir Shushlin

Merge request reports