Navigation
|
HTTP Retriever
HTTP Client Library with multiple fallbacks
GZipped Archive
Download (19KB)
Provides a pure-PHP implementation of an HTTP v1.1 client, including support for:
If native SSL support is not available, it will also check for the CURL extension; if it's installed, it will transparently be used for SSL (HTTPS) requests. If neither native SSL support nor the CURL extension are available, and libcurlemu (a CURL emulation library available from our web site) is found, the class will also check for the CURL console binary (usually in /usr/bin/curl); if it's installed, it will transparently be used for SSL requests. In short, if it's possible to make an HTTP/HTTPS request from your server, this class can most likely do it. Downloads: 3624
Added: Dec 13, 2005 11:48 PM
Last updated: Feb 13, 2007 03:20 PM
|