fetch_pool 1.0.1
fetch_pool: ^1.0.1 copied to clipboard
A library to asynchronously download URLs using a pool of parallel connections.
FetchPool Changelog #
1.0.1 #
- Add
fileOverwritingStrategy
option of eitheroverwrite
(default) orskip
. This enables a basic way to deal with the case that the destination file already exists on disk. TheFetchPoolResult
class has a new correspondingpersistenceResult
property of eithersaved
,overwritten
, orskipped
.
1.0.0 #
- Initial version.