diff options
author | skv <skv@FreeBSD.org> | 2002-06-02 18:37:45 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-06-02 18:37:45 +0000 |
commit | 71a679edb640530e03f3760a2f8a628fe922ebe5 (patch) | |
tree | 0c1e91bd49d3a0c5a261b6d56dee5aa722eaa980 /www/p5-HTTP-DAV/pkg-descr | |
parent | 43fea95e3e212cfa13415ce1e60e85dccf57d079 (diff) | |
download | FreeBSD-ports-71a679edb640530e03f3760a2f8a628fe922ebe5.zip FreeBSD-ports-71a679edb640530e03f3760a2f8a628fe922ebe5.tar.gz |
Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library.
Diffstat (limited to 'www/p5-HTTP-DAV/pkg-descr')
-rw-r--r-- | www/p5-HTTP-DAV/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/p5-HTTP-DAV/pkg-descr b/www/p5-HTTP-DAV/pkg-descr new file mode 100644 index 0000000..ef81127 --- /dev/null +++ b/www/p5-HTTP-DAV/pkg-descr @@ -0,0 +1,12 @@ +HTTP::GHTTP + +This module is a simple interface to the Gnome project's libghttp. + +It allows you to make very simple HTTP requests, without the weight +of something like LWP. This makes it very useful in situations where +memory and speed are at a premium, such as mod_perl. + +It has full support for proxy requests and authenticated requests. + +This is free software distributed under the same terms as Perl itself, +and the code is Copyright AxKit.com Ltd, 2000. |