AnyEvent-Curl-Multi
view release on metacpan or search on metacpan
lib/AnyEvent/Curl/Multi.pm view on Meta::CPAN
};
if ($@) {
my $errmsg = $@;
# ...
}
=head1 DESCRIPTION
This module is an AnyEvent user; you must use and run a supported event loop.
AnyEvent::Curl::Multi is an asynchronous, event-driven HTTP client. You can
use it to make multiple HTTP requests in parallel using a single process. It
uses libcurl for fast performance.
=head2 Initializing the client
my $client = AnyEvent::Curl::Multi->new;
You can specify the maximum number of concurrent requests by setting
C<max_concurrency>, e.g.:
( run in 0.258 second using v1.01-cache-2.11-cpan-0d8aa00de5b )