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
libnet-http-perl (6.24-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 09:02:15 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| 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 |
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.