NOTICE: This package has been removed from pkgsrc

./wip/pear-HTTP_Request2, Provides an easy way to perform HTTP requests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.1, Package name: php54-pear-HTTP_Request2-2.1.1, Maintainer: pkgsrc-users

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


Required to run:
[lang/pear] [lang/php54]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2014-10-08 11:58:34 by OBATA Akio | Files touched by this commit (6) | Package removed
Log message:
imported to main tree.
   2014-10-08 11:29:50 by OBATA Akio | Files touched by this commit (4)
Log message:
Update to 2.2.1 and fixes packaging.
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-06-04 02:09:06 by othyro | Files touched by this commit (1) | Package updated
Log message:
Regenerated due to package update.
   2012-06-04 02:08:26 by othyro | Files touched by this commit (1)
Log message:
Updated. Added lots of entries. Removed lots of entries.
   2012-06-04 02:05:10 by othyro | Files touched by this commit (1)
Log message:
Updated to latest stable version + delint.
   2010-04-21 16:51:42 by Wen Heping | Files touched by this commit (2)
Log message:
- Update to 0.5.2
   2009-11-10 00:21:54 by othyro | Files touched by this commit (4) | Imported package
Log message:
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, basic and digest
authentication, cookies, proxies, gzip and deflate encodings, monitoring
the request progress with Observers...