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)
9 lines
398 B
Text
9 lines
398 B
Text
The HTTP_Client class wraps around HTTP_Request and provides a higher level
|
|
interface for performing multiple HTTP requests.
|
|
|
|
Features:
|
|
* Manages cookies and referrers between requests
|
|
* Handles HTTP redirection
|
|
* Has methods to set default headers and request parameters
|
|
* Implements the Subject-Observer design pattern: the base class sends
|
|
events to listeners that do the response processing.
|