Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→FAQ) |
|||
Line 192: | Line 192: | ||
|} | |} | ||
− | == | + | == How to == |
[[THttpCli.FAQ.Timeout | How to implement a timeout for THttpCli in my application?]] | [[THttpCli.FAQ.Timeout | How to implement a timeout for THttpCli in my application?]] |
Revision as of 19:26, 18 February 2006
Contents
Overview
- unit HttpProt.pas
- inheritance
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.
Properties
Methods
Abort | align test | |
Close | ||
CloseAsync | ||
Create | ||
Destroy | ||
Get | ||
GetASync | ||
Head | ||
HeadASync | ||
Post | ||
PostASync | ||
Put | ||
PutASync | align test |
Events
How to
How to implement a timeout for THttpCli in my application?
How to implement a progress for THttpCli in my application?
How to implement a download size limitation for THttpCli in my application?