wok annotate perl-net-http/description.txt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children
rev   line source
Hans-G?nter@24242 1 The Net::HTTP class is a low-level HTTP client.
Hans-G?nter@24242 2 An instance of the Net::HTTP class represents a connection to an HTTP server.
Hans-G?nter@24242 3 The HTTP protocol is described in RFC 2616.
Hans-G?nter@24242 4 The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
Hans-G?nter@24242 5
Hans-G?nter@24242 6 Net::HTTP is a sub-class of one of IO::Socket::IP (IPv6+IPv4),
Hans-G?nter@24242 7 IO::Socket::INET6 (IPv6+IPv4), or IO::Socket::INET (IPv4 only).
Hans-G?nter@24242 8 You can mix the methods described below with reading and writing from
Hans-G?nter@24242 9 the socket directly.
Hans-G?nter@24242 10 This is not necessary a good idea, unless you know what you are doing.