aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POE-Component-Client-HTTP/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-POE-Component-Client-HTTP/pkg-descr')
-rw-r--r--www/p5-POE-Component-Client-HTTP/pkg-descr11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/p5-POE-Component-Client-HTTP/pkg-descr b/www/p5-POE-Component-Client-HTTP/pkg-descr
index 71730b59d1b4..fb563a985f1d 100644
--- a/www/p5-POE-Component-Client-HTTP/pkg-descr
+++ b/www/p5-POE-Component-Client-HTTP/pkg-descr
@@ -1,8 +1,11 @@
-POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets
-other sessions run while HTTP transactions are being processed, and it
-lets several HTTP transactions be processed in parallel.
+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/search?dist=POE-Component-Client-HTTP
-- Sergey Skvortsov
-skv@protey.ru
+skv@FreeBSD.org