mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
13 lines
548 B
Plaintext
13 lines
548 B
Plaintext
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.
|
|
|
|
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.
|
|
|
|
WWW: http://search.cpan.org/dist/HTTP-GHTTP/
|