You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2004/05/18 22:41:01 UTC

cvs commit: jakarta-commons/httpclient/xdocs features.xml

olegk       2004/05/18 13:41:01

  Modified:    httpclient/xdocs features.xml
  Log:
  Feature list updated to refect 3.0 alpha1 enhancements
  
  Revision  Changes    Path
  1.12      +7 -1      jakarta-commons/httpclient/xdocs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/features.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- features.xml	1 Aug 2003 23:20:09 -0000	1.11
  +++ features.xml	18 May 2004 20:41:01 -0000	1.12
  @@ -21,6 +21,8 @@
             </li>
             <li>Supports encryption with HTTPS (HTTP over SSL) protocol.
             </li>
  +          <li>Granular non-standards configuration and tracking.
  +          </li>
             <li>Transparent connections through HTTP proxies.
             </li>
             <li>Tunneled HTTPS connections through HTTP proxies, via the CONNECT method.
  @@ -30,6 +32,8 @@
             </li>
             <li>Authentication using Basic, Digest and the encrypting NTLM (NT Lan Manager) methods.
             </li>
  +          <li>Plug-in mechanism for custom authentication methods.
  +          </li>
             <li>Multi-Part form POST for uploading large files.
             </li>
             <li>Pluggable secure sockets implementations, making it easier to use third party solutions
  @@ -40,6 +44,8 @@
             </li>
             <li>Automatic Cookie handling for reading Set-Cookie: headers from the server and sending
               them back out in a Cookie: header when appropriate.
  +          </li>
  +          <li>Plug-in mechanism for custom cookie policies.
             </li>
             <li>Request output streams to avoid buffering any content body by streaming
               directly to the socket to the server.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org