diff options
author | skv <skv@FreeBSD.org> | 2004-01-24 18:24:03 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-01-24 18:24:03 +0000 |
commit | f776f68c34f894afc128163646fcbb1a6d1a326a (patch) | |
tree | 1e37e227aa48f63d33aa0073765f09010f4b9380 /www/p5-HTTP-MHTTP/pkg-descr | |
parent | 4ebac8011eb131d3099dadaee1909c1ae2e12545 (diff) | |
download | FreeBSD-ports-f776f68c34f894afc128163646fcbb1a6d1a326a.zip FreeBSD-ports-f776f68c34f894afc128163646fcbb1a6d1a326a.tar.gz |
Add p5-HTTP-MHTTP 0.15, low level access to the HTTP protocol.
Diffstat (limited to 'www/p5-HTTP-MHTTP/pkg-descr')
-rw-r--r-- | www/p5-HTTP-MHTTP/pkg-descr | 17 |
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 0000000..dd437ed --- /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 |