DownloadWithChecksum starts new download task with checksum verification
(ctx context.Context, url string, destination string, expected *utils.ChecksumInfo, ignoreMismatch bool)
| 161 | Download(ctx context.Context, url string, destination string) error |
| 162 | // DownloadWithChecksum starts new download task with checksum verification |
| 163 | DownloadWithChecksum(ctx context.Context, url string, destination string, expected *utils.ChecksumInfo, ignoreMismatch bool) error |
| 164 | // GetProgress returns Progress object |
| 165 | GetProgress() Progress |
| 166 | // GetLength returns size by heading object with url |
no outgoing calls