Corrected HttpClient project description on the front page

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@590724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2007-10-31 15:48:39 +00:00
parent 3ff047a1ae
commit a0578f1038
2 changed files with 15 additions and 10 deletions

View File

@ -15,6 +15,11 @@ HttpClient 3.x features that have NOT yet been ported
* Support for multipart MIME coded entities * Support for multipart MIME coded entities
------------------- -------------------
-------------------
Changelog
-------------------
* [HTTPCLIENT-698] Resolve non-absolute redirect URIs relative to * [HTTPCLIENT-698] Resolve non-absolute redirect URIs relative to
the request URI the request URI
Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de> Contributed by Johannes Koch <johannes.koch at fit.fraunhofer.de>
@ -702,6 +707,10 @@ HttpClient 3.x features that have NOT yet been ported
* Support for multipart MIME coded entities * Support for multipart MIME coded entities
------------------- -------------------
Changelog
-------------------
The following is a list of contributions tracked in JIRA. The following is a list of contributions tracked in JIRA.
Note that this is not a complete list of contributions or changes. Note that this is not a complete list of contributions or changes.
Since the API was redesigned completely, tracking everything outside Since the API was redesigned completely, tracking everything outside

View File

@ -30,19 +30,15 @@ Features
* Supports encryption with HTTPS (HTTP over SSL) protocol. * Supports encryption with HTTPS (HTTP over SSL) protocol.
* Granular non-standards configuration and tracking.
* Transparent connections through HTTP proxies. * Transparent connections through HTTP proxies.
* Tunneled HTTPS connections through HTTP proxies, via the CONNECT method. * Tunneled HTTPS connections through HTTP proxies, via the CONNECT method.
* Authentication using Basic, Digest and the encrypting NTLM (NT Lan Manager) methods. * Basic, Digest authentication schemes. Please note NTLM is currently not supported.
* Plug-in mechanism for custom authentication methods. * Plug-in mechanism for custom authentication schemes.
* Multi-Part form POST for uploading large files. * Pluggable secure socket factories, making it easier to use third party solutions
* Pluggable secure sockets implementations, making it easier to use third party solutions
* Connection management support for use in multi-threaded applications. Supports setting the * Connection management support for use in multi-threaded applications. Supports setting the
maximum total connections as well as the maximum connections per host. Detects and closes maximum total connections as well as the maximum connections per host. Detects and closes
@ -65,7 +61,7 @@ Features
* The ability to set connection timeouts. * The ability to set connection timeouts.
* Source code is freely available under the Apache Software License. * Source code is freely available under the Apache License.
Modules Modules
@ -75,8 +71,8 @@ Modules
* HttpClient module * HttpClient module
The {{{httpclient/index.html}HttpClient}} is a full-featured, standards compliant HTTP client The {{{httpclient/index.html}HttpClient}} module is a full-featured, standards compliant HTTP
built on top of {{{/httpcomponents/httpcomponents-core/index.html}HttpCore}}. client built on top of {{{/httpcomponents/httpcomponents-core/index.html}HttpCore}}.
Standards Compliance Standards Compliance