aboutsummaryrefslogblamecommitdiff
path: root/www/pear-HTTP_Request2/pkg-descr
blob: afd6db141ee6108f7d601d678a40a201bf931aff (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                        
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, authentication,
cookies, proxies, gzip and deflate encodings, monitoring the request
progress with Observers.

WWW: http://pear.php.net/package/HTTP_Request2/