David, I am one of the HttpClient developers. Can you be more specific as to what kind of example/sample code is missing? Do you have problems issuing POST requests using HttpClient?
Oleg On Wed, 2003-10-01 at 21:36, Jenkins, David wrote: > Hi, > I'm using http as the transport in a RPC mechanism I have written. > Currently I use URL and HttpURLConnection to post messages to the server > (Tomcat). > I stream method id and params in the request output stream. Then pick > them up in the receiving servlet from the request input stream. > I'd like to consolidate all my code using http client. However I can't > find any code in the examples that does exactly what I want. Has anyone > any code/techniques that they can share with me. > cheers > Dave > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
