freebsd-ports/www/p5-HTTP-MHTTP/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
593 B
Plaintext

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.