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

Changelog

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

  * Build for openkylin.

 -- denghao <email address hidden>  Fri, 19 Aug 2022 13:13:31 +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

Downloads

File Size SHA-256 Checksum
libnet-http-perl_6.22.orig.tar.gz 38.2 KiB 62faf9a5b84235443fe18f780e69cecf057dea3de271d7d8a0ba72724458a1a2
libnet-http-perl_6.22-ok1.debian.tar.xz 8.0 KiB 4b400cf0850093b5ef28a3358343f321ef134d2622a8d2fc35b19e22180503fb
libnet-http-perl_6.22-ok1.dsc 1.9 KiB 4b2454c05e06f7ece1ded1f483fd1b4868256db48672fbb8335753d5e01ad306

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.