libyahc-perl 0.035-4 source package in Ubuntu

Changelog

libyahc-perl (0.035-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Dec 2022 01:44:54 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libyahc-perl_0.035-4.dsc 2.2 KiB b246f0d08143d873ba1ebc6a205df0d9e1868b4bfdb79d77d3cf36fcc0d25236
libyahc-perl_0.035.orig.tar.gz 53.7 KiB 29065ee8f8b594c6aac4cb94516cfd0ec04791a9eb6d1a6d10f29bd8cf6713ce
libyahc-perl_0.035-4.debian.tar.xz 3.4 KiB 47235ad8c2585330d0d20c09dca74b4423bfcfc65c7ef6070fb5b5717e45b04c

Available diffs

No changes file available.

Binary packages built by this source

libyahc-perl: Yet another HTTP client

 YAHC is fast & minimal low-level asynchronous HTTP client intended to be used
 where you control both the client and the server. Is especially suits cases
 where set of requests need to be executed against group of machines.
 .
 It is NOT a general HTTP user agent, it doesn't support redirects, proxies
 and any number of other advanced HTTP features like (in roughly descending
 order of feature completeness) LWP::UserAgent, WWW::Curl, HTTP::Tiny,
 HTTP::Lite or Furl. YAHC is basically one step above manually talking HTTP
 over sockets.
 .
 YAHC supports SSL and socket reuse (latter is in experimental mode).