POE::Component::Client::UserAgent

LWP and LWP::Parallel based user agent
Download

POE::Component::Client::UserAgent Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rocco Caputo
  • Publisher web site:
  • http://search.cpan.org/~apocal/

POE::Component::Client::UserAgent Tags


POE::Component::Client::UserAgent Description

LWP and LWP::Parallel based user agent POE::Component::Client::UserAgent is a Perl module based on LWP and LWP::Parallel. It lets other tasks run while making a request to an Internet server and waiting for response, and it lets several requests run in parallel.SYNOPSIS use POE; use POE::Component::Client::UserAgent; POE::Component::Client::UserAgent -> new; $postback = $session -> postback ('response'); $request = HTTP::Request -> new (GET => $url); $poe_kernel -> post (useragent => request => request => $request, response => $postback); sub response { my ($request, $response, $entry) = @{$_}; print $response -> status_line; $_ -> post (useragent => 'shutdown'); } Requirements: · Perl


POE::Component::Client::UserAgent Related Software