Re: [Simpleweb-Support] [newbie] is there simple's class(es) for making http client
Brought to you by:
niallg
|
From: petite_abeille <pet...@ma...> - 2004-04-26 09:11:42
|
On Apr 26, 2004, at 11:04, bagas wrote: > Is there any class in Simple that encapsulates sending Http msg to a > Http Server ? No. But you could use any one of these: http://jakarta.apache.org/commons/httpclient/ http://www.innovation.ch/java/HTTPClient/ http://java.sun.com/j2se/1.4.2/docs/api/java/net/HttpURLConnection.html Cheers, PA. |