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

Changelog

libnet-http-perl (6.24-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:02:15 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libnet-http-perl_6.24.orig.tar.gz 42.7 KiB 290ed9a97b05c7935b048e6d2a356035871fca98ad72c01c5961726adf85c83c
libnet-http-perl_6.24-ok1.debian.tar.xz 1.9 KiB b2ee8fb191c7cd72d77a73bb220746997b4624a1e5b6d478aa5b29280b10efbb
libnet-http-perl_6.24-ok1.dsc 1.9 KiB 5f231fc7e5ec93ed73ac5da4ee9dc6881f5ef6e6f528232068509e68e7b4442e

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.