diff options
author | ale <ale@FreeBSD.org> | 2014-02-28 21:13:09 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-02-28 21:13:09 +0800 |
commit | 7536787fd9b2b36945cf327d881e9e83c38dc49e (patch) | |
tree | 696202a665949aeebfafb1715a2c13c3ae4fbe34 /www/Makefile | |
parent | aae6ab25422b0c20d9a12f6c6b0140f25efa33c5 (diff) | |
download | freebsd-ports-gnome-7536787fd9b2b36945cf327d881e9e83c38dc49e.tar.gz freebsd-ports-gnome-7536787fd9b2b36945cf327d881e9e83c38dc49e.tar.zst freebsd-ports-gnome-7536787fd9b2b36945cf327d881e9e83c38dc49e.zip |
Asynch HttpClient is a HTTP/1.1 compliant HTTP agent implementation based
on HttpCore NIO and HttpClient components. It is a complementary module
to Apache HttpClient intended for special cases where ability to handle a
great number of concurrent connections is more important than performance
in terms of a raw data throughput.
WWW: http://hc.apache.org/httpcomponents-asyncclient-4.0.x/
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 ffe471ebbd7a..1f52577c067e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -350,6 +350,7 @@ SUBDIR += http_get SUBDIR += http_load SUBDIR += http_post + SUBDIR += httpasyncclient SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httpsqs |