NAME HTTP::Tiny::ProgressAny - See progress for your HTTP::Tiny requests VERSION This document describes version 0.040 of HTTP::Tiny::ProgressAny (from Perl distribution HTTP-Tiny-ProgressAny), released on 2018-10-06. SYNOPSIS use HTTP::Tiny::ProgressAny; use Progress::Any::Output; Progress::Any::Output->set("TermProgressBarColor"); my $resp = HTTP::Tiny::ProgressAny->new->get("http://example.com/some-big-file"); # you will see a progress bar in your terminal DESCRIPTION This class is a subclass of HTTP::Tiny that uses Progress::Any to let you see progress during HTTP requests. Sample output: HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO LWP::UserAgent::ProgressAny AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2018, 2015 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.