summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `reqwest` in examplesLibravatar Héctor Ramón Jiménez2022-01-131-1/+5
| | | | ... and rely on `rustls` instead of `native-tls`
* Improve download_progress example (#283)Libravatar Folyd2021-02-121-3/+3
| | | | | | | | | | | | | | | | | | | | | * Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Improve `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-231-3/+2
| | | | | - Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum
* Add example for download with progress trackingLibravatar Songtronix2020-03-231-0/+13