Home   |   Browse By Category   |   Most Popular Scripts   |   Highest Rated Scripts   |   Latest Scripts   |   Submit Script   |   Link to Us   |   PHP Scripts Daily RSS Feed

HTTP Retriever

Summary HTTP Client Library with multiple fallbacks
Author Steve Blinch
Date Added 2009-01-30
Version 1.1.10
License GPL
URL http://code.blitzaffe.com...
Download URL http://code.blitzaffe.com/pages/phpclas...
Rating
1 Star2 Stars3 Stars4 Stars5 Stars
(No Ratings Yet)
Popularity
2% popularity
Share
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

Comments