| Full Description |
| Provides a pure-PHP implementation of an HTTP v1.1 client, including support for:
* GET and POST requests
* SSL (https) support
* HTTP authentication
* chunked transfer encoding
* custom headers and user agent spoofing
* page caching
* optional (but not required) CURL support
* transfer time limits and benchmarks
This can be used in place of something like CURL or WGET for HTTP requests. Native SSL (HTTPS) requests are also supported if the PHP OpenSSL extension is installed under PHP v4.3.0 or greater.
If native SSL support is not available, it wi |
|