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/Makefile | |
parent | 2f946552f574933971ca6baae30da68a86675d99 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=219731
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d354c56f1e2b..23084ddd0aee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -269,6 +269,7 @@ SUBDIR += http-analyze SUBDIR += http_get SUBDIR += http_load + SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httpgrabber SUBDIR += httptunnel |