From 70c9f33c738d09685308e92a4fcf43d4df691aa8 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Mon, 26 Jan 2009 19:32:43 +0000 Subject: 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, 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 --- www/pear-HTTP_Request2/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 www/pear-HTTP_Request2/distinfo (limited to 'www/pear-HTTP_Request2/distinfo') diff --git a/www/pear-HTTP_Request2/distinfo b/www/pear-HTTP_Request2/distinfo new file mode 100644 index 000000000000..690155e09ea1 --- /dev/null +++ b/www/pear-HTTP_Request2/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/HTTP_Request2-0.2.0.tgz) = c82e0619b1a19e90a72533972b439a03 +SHA256 (PEAR/HTTP_Request2-0.2.0.tgz) = b063912b08efa71556c925a8d3a9edf8db86b08202cc8300d42a1e871ba5a920 +SIZE (PEAR/HTTP_Request2-0.2.0.tgz) = 49399 -- cgit v1.2.3