wok view perl-net-http/description.txt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
parents
children
line source
1 The Net::HTTP class is a low-level HTTP client.
2 An instance of the Net::HTTP class represents a connection to an HTTP server.
3 The HTTP protocol is described in RFC 2616.
4 The Net::HTTP class supports HTTP/1.0 and HTTP/1.1.
6 Net::HTTP is a sub-class of one of IO::Socket::IP (IPv6+IPv4),
7 IO::Socket::INET6 (IPv6+IPv4), or IO::Socket::INET (IPv4 only).
8 You can mix the methods described below with reading and writing from
9 the socket directly.
10 This is not necessary a good idea, unless you know what you are doing.