diff options
Diffstat (limited to 'java/apache-commons-httpclient/pkg-descr')
-rw-r--r-- | java/apache-commons-httpclient/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/apache-commons-httpclient/pkg-descr b/java/apache-commons-httpclient/pkg-descr new file mode 100644 index 000000000000..d55e7a9793c5 --- /dev/null +++ b/java/apache-commons-httpclient/pkg-descr @@ -0,0 +1,11 @@ +The Jakarta Commons HttpClient component provides an efficient, up-to-date, +and feature-rich package implementing the client side of the most recent HTTP +standards and recommendations. + +Designed for extension while providing robust support for the base HTTP +protocol, the HttpClient component may be of interest to anyone building +HTTP-aware client applications such as web browsers, web service clients, +or systems that leverage or extend the HTTP protocol for distributed +communication. + +WWW: https://hc.apache.org/httpclient-3.x/ |