Module abstio::download[][src]

Functions

download_bytes

Downloads bytes from a URL, printing progress to STDOUT. This must be called with a tokio runtime somewhere.

download_to_file

Downloads a file, printing progress to STDOUT. This must be called with a tokio runtime somewhere.