libnet-async-http-perl 0.49-1 source package in Ubuntu

Changelog

libnet-async-http-perl (0.49-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.49.
  * Update years of upstream copyright.
  * Update test dependencies.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 26 Oct 2023 17:50:20 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-async-http-perl_0.49-1.dsc 2.7 KiB 79451ca141faad6b394aee958231c73eef69faed6886a62ffd1cde9406b6d70d
libnet-async-http-perl_0.49.orig.tar.gz 74.4 KiB 39206d069495d1b86aee37aa8ad3c9334d36e59cce6cf79cd386ac0cf3798cdb
libnet-async-http-perl_0.49-1.debian.tar.xz 2.4 KiB 9d456b2c34df21e743f95ba857a448c58a1076ce5ee2eb33fca3b5ab8542e1ad

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.