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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]