aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request2/pkg-descr
blob: 076c3c598c055c001bee0dfaa300f64516c75356 (plain) (blame)
1
2
3
4
5
6
7
8
HTTP_Request2 provides cleaner API and pluggable Adapters:
- 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.

It supports POST requests with data and file uploads, basic and digest
authentication, cookies, managing cookies across requests, proxies, gzip and
deflate encodings, redirects, monitoring the request progress with Observers.