aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-MHTTP/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-01-24 18:24:03 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-01-24 18:24:03 +0000
commitb091501256db06312d5f6e5e6862b9dbb0a32b55 (patch)
tree21656046731870e22522e48469033270f8b237c3 /www/p5-HTTP-MHTTP/pkg-descr
parent612db1e47dc340230cc3aa4a959092764c8f830c (diff)
Notes
Diffstat (limited to 'www/p5-HTTP-MHTTP/pkg-descr')
-rw-r--r--www/p5-HTTP-MHTTP/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/p5-HTTP-MHTTP/pkg-descr b/www/p5-HTTP-MHTTP/pkg-descr
new file mode 100644
index 000000000000..dd437edb6a7b
--- /dev/null
+++ b/www/p5-HTTP-MHTTP/pkg-descr
@@ -0,0 +1,17 @@
+HTTP::MHTTP - this library provides reasonably low level access to the
+HTTP protocol, for perl. This does not replace LWP (what possibly could
+:-) but is a cut for speed. It also supports all of HTTP 1.0, so you
+have GET, POST, PUT, HEAD, and DELETE. Some support of HTTP 1.1 is
+available - specifically Transfer-Encoding = chunked and the Keep-Alive
+extensions.
+
+Additionally - rudimentary SSL support compiled in. This effectively
+enables negotiation of TLS, but does not validate the certificates.
+
+A way faster http access library that uses C extension based on mhttp to
+do the calls.
+
+WWW: http://search.cpan.org/dist/HTTP-MHTTP/
+
+-- Sergey Skvortsov
+skv@FreeBSD.org