Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→Events) |
|||
Line 72: | Line 72: | ||
== Events == | == Events == | ||
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnBeforeHeaderSend OnBeforeHeaderSend] |
− | |||
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnCommand OnCommand] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnCommand OnCommand] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnCookie OnCookie] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDataPush OnDataPush] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDataPush2 OnDataPush2] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocBegin OnDocBegin] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocData OnDocData] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDocEnd OnDocEnd] | ||
* [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:OnHeaderEnd OnHeaderEnd] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderEnd OnHeaderEnd] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnLocationChange OnLocationChange] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestDone OnRequestDone] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestHeaderBegin OnRequestHeaderBegin] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestHeaderBegin OnRequestHeaderBegin] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestHeaderEnd OnRequestHeaderEnd] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestHeaderEnd OnRequestHeaderEnd] | ||
− | |||
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendBegin OnSendBegin] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendBegin OnSendBegin] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendData OnSendData] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendData OnSendData] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendEnd OnSendEnd] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSendEnd OnSendEnd] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSessionClosed OnSessionClosed] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSessionConnected OnSessionConnected] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocketError OnSocketError] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksAuthState OnSocksAuthState] |
− | |||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksConnected OnSocksConnected] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksConnected OnSocksConnected] | ||
− | |||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksError OnSocksError] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksError OnSocksError] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnStateChange OnStateChange] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnTrace OnTrace] |
== FAQ == | == FAQ == |
Revision as of 11:22, 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
- Accept
- AcceptLanguage
- AcceptRanges
- Agent
- AuthorizationRequest
- Connection
- ContentLength
- ContentRangeBegin
- ContentRangeEnd
- ContentType
- ContentTypePost
- Cookie
- CtrlSocket
- DnsResult
- DocName
- FollowRelocation
- Handle
- Hostname
- LastResponse
- LocalAddr
- Location
- ModifiedSince
- MultiThreaded
- NoCache
- Options
- Protocol
- Proxy
- ProxyConnection
- ProxyPort
- RcvdCount
- RcvdHeader
- RcvdStream
- ReasonPhrase
- Reference
- RequestVer
- Sender
- SendStream
- SentCount
- SocksAuthentication
- SocksLevel
- SocksPassword
- SocksPort
- SocksServer
- SocksUsercode
- State
- StatusCode
- TransferEncoding
- URL
Events
- OnBeforeHeaderSend
- OnCommand
- OnCookie
- OnDataPush
- OnDataPush2
- OnDocBegin
- OnDocData
- OnDocEnd
- OnHeaderBegin
- OnHeaderData
- OnHeaderEnd
- OnLocationChange
- OnRequestDone
- OnRequestHeaderBegin
- OnRequestHeaderEnd
- OnSendBegin
- OnSendData
- OnSendEnd
- OnSessionClosed
- OnSessionConnected
- OnSocketError
- OnSocksAuthState
- OnSocksConnected
- OnSocksError
- OnStateChange
- OnTrace