Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
ChunkedZipResponse
(#109820)
Adds a utility for implementing REST APIs which construct a streaming (i.e. pretty-much-constant-memory) `.zip` file response as a (pausable) sequence of `ChunkedRestResponseBodyPart` instances, where each entry in the `.zip` file is itself a (pausable) sequence of `ChunkedRestResponseBodyPart` instances. Relates #104851
- Loading branch information