Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

1. Download per chunk

Georgy Treshchev edited this page Jul 8, 2023 · 3 revisions

It is possible to continuously download binary data using HTTP per chunks, receiving the binary data as a stream. Specify the chunk size for each download, and receive an OnComplete callback for each downloaded chunk.

Download File To Memory Per Chunk

Clone this wiki locally