This class allows to send and receive information between your program and a HTTP server. You can directly use GET and POST methods from that protocol without having to care about internals of HTTP or Sockets
WARNING : this class is under heavy developement at this moment, and probably it will change its interface in few time!
hHttpClient = NEW HttpClient ( )
- Creates a new HttpClient.
Referenced by :