Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→Events) |
(→Events) |
||
Line 44: | Line 44: | ||
== Events == | == Events == | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnCommand OnCommand] | ||
* [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:OnHeaderBegin OnHeaderBegin] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderBegin OnHeaderBegin] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderData OnHeaderData] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderData OnHeaderData] |
Revision as of 10:38, 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.
Methods
Properties
- AuthorizationRequest
- ContentLength
- ContentType
- CtrlSocket
- DnsResult
- DocName
- Handle
- Hostname
- LastResponse
- Location
- Protocol
- RcvdCount
- RcvdHeader
- RcvdStream
- ReasonPhrase
- SentCount
- SendStream
- State
- StatusCode
- TransferEncoding
Events
- OnCommand
- OnDocData
- OnHeaderBegin
- OnHeaderData
- OnHeaderEnd
- OnRequestDone
- OnRequestHeaderBegin
- OnSessionClosed
- OnSessionConnected
- OnTrace