aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request2
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.0Martin Wilke2009-05-092-4/+4
| | | | | | | | PR: 134224 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=233489
* - Update to 0.3.0Martin Wilke2009-03-202-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=230498
* PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggableThomas Abthorpe2009-01-263-0/+70
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/ PR: ports/130293 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226916