2002-07-06 18:42:31 +02:00
|
|
|
This is a fairly low level interface to the Gnome project's libghttp,
|
|
|
|
which allows you to process HTTP requests to HTTP servers. There also
|
|
|
|
exists a slightly higher level interface - a simple get() function which
|
|
|
|
takes a URI as a parameter.
|
2001-02-11 07:50:52 +01:00
|
|
|
|
2002-07-06 18:42:31 +02:00
|
|
|
It allows you to make very simple HTTP requests, without the weight of
|
|
|
|
something like LWP. This makes it very useful in situations where
|
2001-02-11 07:50:52 +01:00
|
|
|
memory and speed are at a premium, such as mod_perl.
|
|
|
|
|
|
|
|
It has full support for proxy requests and authenticated requests.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/HTTP-GHTTP/
|
2002-07-06 18:42:31 +02:00
|
|
|
|
|
|
|
-- Sergey Skvortsov
|
|
|
|
skv@FreeBSD.org
|