fb16dfecae
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)
7 lines
334 B
Text
7 lines
334 B
Text
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
|
|
For more details about HTTP see RFC2616.
|
|
|
|
Net::HTTP is designed to work closely with URI. URI::HTTP#host, URI::HTTP#port
|
|
and URI::HTTP#request_uri are designed to work with Net::HTTP.
|
|
|
|
If you are only performing a few GET requests you should try OpenURI.
|