fetch_pool 1.0.1 copy "fetch_pool: ^1.0.1" to clipboard
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 either overwrite (default) or skip. This enables a basic way to deal with the case that the destination file already exists on disk. The FetchPoolResult class has a new corresponding persistenceResult property of either saved, overwritten, or skipped.

1.0.0 #

  • Initial version.
1
likes
130
pub points
0%
popularity

Publisher

verified publisherthesmythgroup.com

A library to asynchronously download URLs using a pool of parallel connections.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, path, pool

More

Packages that depend on fetch_pool