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 2003/07/05 21:23:12 UTC

cvs commit: jakarta-commons/httpclient API_CHANGES_2_1.txt

olegk       2003/07/05 12:23:12

  Added:       httpclient API_CHANGES_2_1.txt
  Log:
  Document describing API changes between 2.0 and 2.1 releases created
  
  Contributed by Oleg Kalnichevski
  
  Revision  Changes    Path
  1.1                  jakarta-commons/httpclient/API_CHANGES_2_1.txt
  
  Index: API_CHANGES_2_1.txt
  ===================================================================
  This document outlines API incompatibilities between 2.0 and 2.1 releases
  
  * UrlDeleteMethod, UrlHeadMethod, UrlOptionsMethod, UrlPostMethod, 
    UrlPutMethod classes removed. Use their non-Url counterparts instead.
  
  * Disk buffering code in GetMethod removed. Use custom buffering logic when
    appropriate.
  
  * ExpectContinueMethod class (and its sub-classes: EntityEnclosingMethod, 
    PostMethod, PutMethod, MultipartPostMethod) no longer extends GetMethod class.
    It is now directly derived from HttpMethodBase class. 
  
  * Http connection manager can no longer be set via HttpState methods. Http 
    connection manager can now only be set via HttpClient methods.
  
  
  

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