libnet-http-perl 6.22-ok2 source package in openKylin

Changelog

libnet-http-perl (6.22-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 12:46:47 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libnet-http-perl_6.22.orig.tar.gz 38.2 KiB 62faf9a5b84235443fe18f780e69cecf057dea3de271d7d8a0ba72724458a1a2
libnet-http-perl_6.22-ok2.debian.tar.xz 8.1 KiB d76260a822b0f54000e7ce5bc1400121605681b348bcc803a017c501d3bb5d92
libnet-http-perl_6.22-ok2.dsc 1.8 KiB cabfc157cb97c6ffe246fc4bb190c7b0fdab37b6a1cfa76df029f0c0047ab979

Available diffs

View changes file

Binary packages built by this source

libnet-http-perl: module providing low-level HTTP connection client

 The Net::HTTP class is a low-level HTTP client. An instance of the
 Net::HTTP class represents a connection to an HTTP server. The
 HTTP protocol is described in RFC 2616. The Net::HTTP class
 supports HTTP/1.0 and HTTP/1.1. Net::HTTP is a sub-class of IO::Socket::INET.
 You can mix its methods with reading and writing from the socket directly.
 This is not necessarily a good idea, unless you know what you are doing.