Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
HTTP_Client
Installed
- no -
Latest
1.2.1
License
BSD
Summary
Easy way to perform multiple HTTP requests and process their results
Description
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.