[][src]Module abstio::download

Functions

download_bytes

Downloads bytes from a URL. If quiet is false, prints progress. This must be called with a tokio runtime somewhere.

download_to_file

Downloads a file. If quiet is false, prints progress. This must be called with a tokio runtime somewhere.