» Version | » Information |
---|---|
2023-11-01 stable |
|
2022-01-06 stable |
|
2021-07-12 stable |
|
2020-09-24 stable |
|
2020-08-01 stable |
|
2020-07-26 stable |
|
2016-02-13 stable |
|
2014-01-16 stable |
|
2014-01-13 stable |
|
2012-04-08 stable |
|
2012-04-07 stable |
|
2011-10-20 stable |
|
2011-10-01 beta |
|
2011-05-06 beta |
|
2011-04-03 beta |
|
2011-03-25 beta |
|
2011-02-27 beta |
|
2011-02-14 alpha |
|
2010-04-21 alpha |
|
2009-11-21 alpha |
|
2009-11-18 alpha |
|
2009-09-14 alpha |
|
2009-05-03 alpha |
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Request2-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Request2-0.3.0 Release date: 2009-01-28 16:22 UTC Release state: alpha Release uploaded by: avb Changelog: API changes: * Removed HTTP_Request2::getConfigValue() method Feature additions: * Added digest authentication (RFC 2617) support to Socket adapter. Thanks to Tom Snyder (tomsn at inetoffice dot com) who sent me a prototype implementation for HTTP_Request a couple of years ago. * Added HTTPS proxy support to Socket adapter, this works through CONNECT request described in RFC 2817. * Mock adapter can now throw an Exception instead of returning a response if Exception object is added via its addResponse() method (request #15629) Other changes and fixes: * Support RFC 3986 by not encoding '~' in POST body (request #15368) * Prevent an error with particular versions of PHP and Curl (bug #15617) * Regular expressions used in HTTP_Request2 are now class constants (request #15630) * Curl adapter now throws an exception in case of malformed (non-HTTP) response rather than dies with a fatal error (bug #15716) * Curl handle wasn't closed in Curl adapter in case of error (bug #15721) * Curl adapter sent an extra 'sentHeaders' event and returned bogus response status when server returned 100-Continue response (bug #15785) Dependencies:
|
2009-01-07 alpha |
|
2008-11-17 alpha |