diff options
Diffstat (limited to 'perl/perl-net-http/README')
-rw-r--r-- | perl/perl-net-http/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-net-http/README b/perl/perl-net-http/README new file mode 100644 index 0000000000..c81056a673 --- /dev/null +++ b/perl/perl-net-http/README @@ -0,0 +1,4 @@ +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. |