HttpClient

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 ( )

EventsPropertiesMethodsConstants
Connect 
Error 
Finished 
Found 
Read 
 
DataHeader 
Host 
Port 
Proxy 
ReturnCode 
ReturnString 
Status 
UserAgent 
 
Get 
Peek 
Post 
Receive 
Stop 
 
BadReply 
CannotCreateSocket 
CannotRead 
CannotWrite 
Connecting 
ConnectionRefused 
HostNotFound 
Inactive 
ReceivingData 
Searching 
SocketClosed 
WaitingForReply 
 


Referenced by :