This class can be used to access Web resources using either sockets opened with fsockopen or Curl library depending on which is available in the current PHP setup. It features:
- Supports to HTTP Basic authentication
- Supports defining custom request headers
- Supports defining connection timeout values
- Supports defining user agent and referral URL
- Supports both user-defined and persistent cookies
- Supports secure connections (HTTPS)
- Supports adding requests parameters for both GET and POST methods
- Supports automatic redirection with maximum redirect limits
- Returns HTTP response headers and response body data separately
|
|
| Name: |
HTTP client class |
| Base name: |
httpclass |
| Description: |
Access Web resources via HTTP with sockets or Curl |
| Version: |
0.1 |
| PHP version: |
4.0 |
| License: |
BSD License |
| All time users: |
1794 users |
| All time rank: |
1943 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Documentation |
Here the class methods are explained using phpDoc. |
| |
Files |
|
|