Top Level :: HTTP

Package Information: HTTP_Request2

» Summary » License
Provides an easy way to perform HTTP requests. BSD License
» Current Release » Bug Summary
0.5.1 (alpha) was released on 2009-11-21 (Changelog)
Development Roadmap
No open bugs
Report a new bug to HTTP_Request2
» Description
PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.
Supports POST requests with data and file uploads, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, redirects,
monitoring the request progress with Observers...
» Maintainers » More Information

Packages that depend on HTTP_Request2

Dependencies for HTTP_Request2

  • PHP 5.1.4
  • PEAR Installer 1.5.4
  • Net_URL2 0.2.0
  • curl extension (Optional)
  • fileinfo extension (Optional)
  • zlib extension (Optional)
  • openssl extension (Optional)