Date: 2005-02-04T07:28:51
   Editor: RolandWeber
   Wiki: Jakarta-HttpClient Wiki
   Page: HttpClientApiRedesign
   URL: http://wiki.apache.org/jakarta-httpclient/HttpClientApiRedesign

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -33,7 +33,7 @@
    a. {{{ HttpVersion }}} class
    a. {{{ HttpStatus }}} class
    a. {{{ HttpRequestLine }}} class
-   a. {{{ HttpSatusLine }}} class
+   a. {{{ HttpStatusLine }}} class
 
  * Http parameter primitives (see preference architecture in 3.0 API)
 
@@ -113,7 +113,7 @@
 
    a. {{{ ProxyChain }}}  interface
    a. {{{ SimpleProxyChain }}} class implementing {{{ ProxyChain }}}. List of 
{{{ HttpProxyHost }}} objects.
-   a. {{{ SingleProxy }}} class extending {{{ SimpleProxyChain }}}. For use 
when a single proxy server is used.
+   a. {{{ SingleProxy }}} class implementing {{{ ProxyChain }}}. For use when 
a single proxy server is used.
 
 == http-cookie ==
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to