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:
parent
3ff047a1ae
commit
a0578f1038
|
@ -15,6 +15,11 @@ HttpClient 3.x features that have NOT yet been ported
|
|||
* Support for multipart MIME coded entities
|
||||
-------------------
|
||||
|
||||
-------------------
|
||||
|
||||
Changelog
|
||||
-------------------
|
||||
|
||||
* [HTTPCLIENT-698] Resolve non-absolute redirect URIs relative to
|
||||
the request URI
|
||||
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
|
||||
|
||||
-------------------
|
||||
|
||||
Changelog
|
||||
-------------------
|
||||
|
||||
The following is a list of contributions tracked in JIRA.
|
||||
Note that this is not a complete list of contributions or changes.
|
||||
Since the API was redesigned completely, tracking everything outside
|
||||
|
|
|
@ -30,19 +30,15 @@ Features
|
|||
|
||||
* Supports encryption with HTTPS (HTTP over SSL) protocol.
|
||||
|
||||
* Granular non-standards configuration and tracking.
|
||||
|
||||
* Transparent connections through HTTP proxies.
|
||||
|
||||
* 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 sockets implementations, making it easier to use third party solutions
|
||||
* Pluggable secure socket factories, making it easier to use third party solutions
|
||||
|
||||
* 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
|
||||
|
@ -65,7 +61,7 @@ Features
|
|||
|
||||
* 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
|
||||
|
||||
|
@ -75,8 +71,8 @@ Modules
|
|||
|
||||
* HttpClient module
|
||||
|
||||
The {{{httpclient/index.html}HttpClient}} is a full-featured, standards compliant HTTP client
|
||||
built on top of {{{/httpcomponents/httpcomponents-core/index.html}HttpCore}}.
|
||||
The {{{httpclient/index.html}HttpClient}} module is a full-featured, standards compliant HTTP
|
||||
client built on top of {{{/httpcomponents/httpcomponents-core/index.html}HttpCore}}.
|
||||
|
||||
Standards Compliance
|
||||
|
||||
|
|
Loading…
Reference in New Issue