POE component for non-blocking/concurrent HTTP queries Maintained by:perl@FreeBSD.org Port Added: 09 Nov 2004 13:54:49 Also Listed In:perl5 License: ART10 GPLv1
POE::Component::Client::HTTP is an asynchronous, event driven HTTP user
agent. It accepts events containing HTTP::Request objects, and it
returns events carrying HTTP::Response objects. It supports https and
simultaneous HTTP transactions. It lets other sessions run while HTTP
transactions are being processed, and it lets several HTTP transactions
be processed in parallel.
WWW: http://search.cpan.org/dist/POE-Component-Client-HTTP/
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)