Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.4.1 | Martin Wilke | 2009-09-30 | 2 | -4/+4 |
| | | | | Notes: svn path=/head/; revision=242275 | ||||
* | - Take over maintainership | Martin Wilke | 2009-08-22 | 1 | -1/+1 |
| | | | | | | | Approved by: Wen Heping (maintainer) Notes: svn path=/head/; revision=240144 | ||||
* | - Update to 0.4.0 | Martin Wilke | 2009-05-09 | 2 | -4/+4 |
| | | | | | | | | PR: 134224 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=233489 | ||||
* | - Update to 0.3.0 | Martin Wilke | 2009-03-20 | 2 | -4/+4 |
| | | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=230498 | ||||
* | PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable | Thomas Abthorpe | 2009-01-26 | 3 | -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 |