diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-25 22:53:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-25 22:53:58 +0000 |
commit | 6f190c5050ae166fb2f2ead6c8d8aaab5d76379a (patch) | |
tree | 076a5b16b32c6ea1982247633d0edaf2ec68d295 /www/pecl-http/pkg-descr | |
parent | c49aa45d66af603bb5993ab0a5acc8ae5d03de44 (diff) | |
download | ports-6f190c5050ae166fb2f2ead6c8d8aaab5d76379a.tar.gz ports-6f190c5050ae166fb2f2ead6c8d8aaab5d76379a.zip |
pecl-http extension aims to provide a convenient and
powerful set of functionality for one of PHPs major
applications. It eases handling of HTTP URLs, dates,
redirects, headers and messages, provides means for
negotiation of clients preferred language and charset,
as well as a convenient way to send any arbitrary data
with caching and resuming capabilities. It provides
powerful request functionality too.
WWW: http://pecl.php.net/package/pecl_http/
PR: ports/125909
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=217519
Diffstat (limited to 'www/pecl-http/pkg-descr')
-rw-r--r-- | www/pecl-http/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/pecl-http/pkg-descr b/www/pecl-http/pkg-descr new file mode 100644 index 000000000000..172f458595f3 --- /dev/null +++ b/www/pecl-http/pkg-descr @@ -0,0 +1,10 @@ +pecl-http extension aims to provide a convenient and +powerful set of functionality for one of PHPs major +applications. It eases handling of HTTP URLs, dates, +redirects, headers and messages, provides means for +negotiation of clients preferred language and charset, +as well as a convenient way to send any arbitrary data +with caching and resuming capabilities. It provides +powerful request functionality too. + +WWW: http://pecl.php.net/package/pecl_http/ |