Difference between revisions of "THttpCli"

From Overbyte
Jump to navigation Jump to search
Line 2: Line 2:
  
 
THttpCli component is implementing the HTTP protocol described in RFC [http://rfc.net/rfc1945.html 1945] and RFC [http://rfc.net/rfc2068.html 2068]. HTTP protocol is the standard protocol for browsing the World Wide Web.
 
THttpCli component is implementing the HTTP protocol described in RFC [http://rfc.net/rfc1945.html 1945] and RFC [http://rfc.net/rfc2068.html 2068]. HTTP protocol is the standard protocol for browsing the World Wide Web.
 
== FAQ ==
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:Timeout How to implement a timeout for THttpCli in my application?]
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:Progress How to implement a progress for THttpCli in my application?]
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:SizeLimit How to implement a download size limitation for THttpCli in my application?]
 
  
 
== Methods ==
 
== Methods ==
Line 59: Line 54:
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocData OnDocData]
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocData OnDocData]
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestDone OnRequestDone]
 
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestDone OnRequestDone]
 +
 +
== FAQ ==
 +
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:Timeout How to implement a timeout for THttpCli in my application?]
 +
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:Progress How to implement a progress for THttpCli in my application?]
 +
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:FAQ:SizeLimit How to implement a download size limitation for THttpCli in my application?]

Revision as of 10:25, 15 February 2006