diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-09-03 08:07:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-09-03 08:07:18 +0000 |
commit | f920ce1fa057718a0218f154a4194c17dcd34e36 (patch) | |
tree | 378b0357db86a3e97cb9231075b1b128208c96bb /www/httpclient/pkg-descr | |
parent | 2f946552f574933971ca6baae30da68a86675d99 (diff) | |
download | ports-f920ce1fa057718a0218f154a4194c17dcd34e36.tar.gz ports-f920ce1fa057718a0218f154a4194c17dcd34e36.zip |
Notes
Diffstat (limited to 'www/httpclient/pkg-descr')
-rw-r--r-- | www/httpclient/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/httpclient/pkg-descr b/www/httpclient/pkg-descr new file mode 100644 index 000000000000..45cb9422b17d --- /dev/null +++ b/www/httpclient/pkg-descr @@ -0,0 +1,15 @@ +HttpClient provides components for client-side authentication, HTTP state +management, connection management, and an HTTP/1.1 compliant HTTP agent +implementation based on those components. It is intended as successor of +and replacement for Jakarta Commons HttpClient 3.x. + +The HttpClient module is a full-featured, HTTP/1.1 compliant agent built +on top of HttpCore. + +The HttpMime module extends mime4j library with some HTTP specific +functionality and integrates it with the HttpComponents framework. + +WWW: http://hc.apache.org/httpcomponents-client/ + +- Alex Dupre +ale@FreeBSD.org |