libnet-async-http-perl 0.44-2 source package in Ubuntu

Changelog

libnet-async-http-perl (0.44-2) unstable; urgency=medium

  * No-change rebuild.

 -- Andrej Shadura <email address hidden>  Mon, 12 Aug 2019 15:04:22 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-http-perl_0.44-2.dsc 2.1 KiB 60d3312c8dcc764d8534d6e97b8e7936393f8c07b16246bf69b39c1eb890ff39
libnet-async-http-perl_0.44.orig.tar.gz 70.5 KiB f7d8210b822d474885b49fb95a009cf1d22719f314437d8838abdbf33c468ca7
libnet-async-http-perl_0.44-2.debian.tar.xz 1.8 KiB 54644419090fd5290576a179b433157b035ba9a477fc3ecdd0c686043cbc8351

Available diffs

No changes file available.

Binary packages built by this source

libnet-async-http-perl: use HTTP with IO::Async

 This object class 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.