Difference between revisions of "THttpCli"
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?] | ||
== Methods == | == Methods == |
Revision as of 07:52, 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
Methods
Properties
- CtrlSocket
- Handle
- State
- LastResponse
- ContentLength
- ContentType
- TransferEncoding
- RcvdCount
- SentCount
- StatusCode
- ReasonPhrase
- DnsResult
- AuthorizationRequest
- DocName
- Location
- RcvdStream
- SendStream
- RcvdHeader
- Hostname
- Protocol