diff options
author | ale <ale@FreeBSD.org> | 2008-09-03 16:07:18 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-09-03 16:07:18 +0800 |
commit | fb0cae872692cbba1052180f818bd4fc9511a57f (patch) | |
tree | 48ea225eaff72758d3d4d9fa60f79cccf902c0fe /www/Makefile | |
parent | 24f9d9a24116f50da002b2c30d2e9b0fb6d65df3 (diff) | |
download | freebsd-ports-gnome-fb0cae872692cbba1052180f818bd4fc9511a57f.tar.gz freebsd-ports-gnome-fb0cae872692cbba1052180f818bd4fc9511a57f.tar.zst freebsd-ports-gnome-fb0cae872692cbba1052180f818bd4fc9511a57f.zip |
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/
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 |