ResumableClient
Represents a resumable client. Can be used to create or continue resumable uploads.
Functions
Reads pending uploads from the cache and creates a new ResumableUpload for each of them. This done in parallel, so you can start the uploads independently.
Reads pending uploads from the cache and creates a new ResumableUpload for each of them. This done in parallel, so you can start the downloads independently.
Creates a new resumable upload or continues an existing one. If there is an url in the cache for the given Fingerprint, the upload will be continued.
Creates a new resumable upload or continues an existing one. If there is an url in the cache for the given Fingerprint, the upload will be continued.
Creates a new upload or continues an existing one from the given uri