Folks, Here's the latest on the new API
(1) HTTP GET functionality is there and should be quite usable Here's a sample app http://svn.apache.org/repos/asf/jakarta/httpclient/trunk/http- common/src/examples/org/apache/http/examples/ElementalHttpGet.java Please note this is an ABSOLUTE bare minimum HTTP requester. This is the foundation on top of which we are going to be building more sophisticated services. This is not meant to be a replacement for HttpClient (2) HTTP POST functionality is there and is not likely to be usable I am working on a sample code (3) HTTP server-side API is there and is certainly NOT usable I am working on a sample code (4) Some good news. It is almost certain that http-common API will be java 1.3 compatible and http-common old IO based implementation will be fully functional in JRE 1.3 Even though things are sill pretty much in a state of flux, there's already enough code to get a feeling for things to come past HttpClient 3.0 final release. Feel free to take a look Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
