Description
Generates ZIP archives as a stream instead of building the whole file in memory first. It helps web services and automation tools create large downloadable archives while keeping memory use lower.
Developers use it as an archive-generation library. Streaming downloads should enforce size limits, safe file names, and access checks so users cannot receive private or unexpected files.