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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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.19.orig.tar.gz 36.1 KiB 52b76ec13959522cae64d965f15da3d99dcb445eddd85d2ce4e4f4df385b2fc4
libnet-http-perl_6.19-ok1.debian.tar.xz 2.0 KiB 0378f778e8ca04a05fbb2b04bba67337eef5179b862fb91bee0673e4dcfc87f2
libnet-http-perl_6.19-ok1.dsc 1.9 KiB ac939950e785584933ed2893f0a75e36b54883e41241ff56643141d2778c3ccd

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.