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

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-net-http/description.txt	Sat Jul 23 17:54:01 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.