freebsd-ports/www/p5-Net-Async-HTTP/pkg-plist
Sunpoet Po-Chuan Hsieh 703a4c5d34 - Add p5-Net-Async-HTTP 0.39
Net::Async::HTTP implements an asynchronous HTTP user agent. It sends requests
to servers, returning Future instances to yield responses when they are
received. The object supports multiple concurrent connections to servers, and
allows multiple requests in the pipeline to any one connection. Normally, only
one such object will be needed per program to support any number of requests.

As well as using futures the module also supports a callback-based interface.

Net::Async::HTTP optionally supports SSL connections, if IO::Async::SSL is
installed. If so, SSL can be requested either by passing a URI with the https
scheme, or by passing a true value as the SSL parameter.

WWW: http://search.cpan.org/dist/Net-Async-HTTP/
2015-07-27 19:30:45 +00:00

6 lines
204 B
Plaintext

%%SITE_PERL%%/Net/Async/HTTP.pm
%%SITE_PERL%%/Net/Async/HTTP/Connection.pm
%%SITE_PERL%%/Net/Async/HTTP/StallTimer.pm
%%PERL5_MAN3%%/Net::Async::HTTP.3.gz
%%PERL5_MAN3%%/Net::Async::HTTP::Connection.3.gz