mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
14 lines
726 B
Plaintext
14 lines
726 B
Plaintext
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: https://metacpan.org/release/Net-Async-HTTP
|