wok diff perl-net-http/description.txt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-http/description.txt	Fri May 20 10:31:08 2022 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +The Net::HTTP class is a low-level HTTP client.
     1.5 +An instance of the Net::HTTP class represents a connection to an HTTP server.
     1.6 +The HTTP protocol is described in RFC 2616.
     1.7 +The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
     1.8 +
     1.9 +Net::HTTP is a sub-class of one of IO::Socket::IP (IPv6+IPv4),
    1.10 +IO::Socket::INET6 (IPv6+IPv4), or IO::Socket::INET (IPv4 only).
    1.11 +You can mix the methods described below with reading and writing from
    1.12 +the socket directly.
    1.13 +This is not necessary a good idea, unless you know what you are doing.