Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→FAQ) |
|||
Line 5: | Line 5: | ||
== FAQ == | == 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: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 == |
Revision as of 07:58, 15 February 2006
Contents
Overview
THttpCli component is implementing the HTTP protocol described in RFC 1945 and RFC 2068. HTTP protocol is the standard protocol for browsing the World Wide Web.
FAQ
- 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?
Methods
Properties
- CtrlSocket
- Handle
- State
- LastResponse
- ContentLength
- ContentType
- TransferEncoding
- RcvdCount
- SentCount
- StatusCode
- ReasonPhrase
- DnsResult
- AuthorizationRequest
- DocName
- Location
- RcvdStream
- SendStream
- RcvdHeader
- Hostname
- Protocol