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

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 04:06:13 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-http-perl_0.48-2.dsc 2.5 KiB 39db6c7c2dc3f41601cb510ee519b675b6786ef3df3d5946a6ca5832bb1a169e
libnet-async-http-perl_0.48.orig.tar.gz 73.7 KiB 9d4bd6f995bcae7d8bcd3a2b368ee708ede484006b6228f5ed25ebf3a821f73e
libnet-async-http-perl_0.48-2.debian.tar.xz 2.3 KiB 4c2dd10c0711ccc85310317ee12c040ed51d6c57d6cab5378f442d92439230bb

Available diffs

No changes file available.

Binary packages built by this source

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

 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.