Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→Events) |
|||
Line 66: | Line 66: | ||
== Events == | == Events == | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnTrace OnTrace] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSessionConnected OnSessionConnected] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSessionClosed OnSessionClosed] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderData OnHeaderData] | ||
* [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:OnHeaderBegin OnHeaderBegin] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderBegin OnHeaderBegin] | ||
− | |||
* [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:OnRequestHeaderBegin OnRequestHeaderBegin] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestHeaderEnd OnRequestHeaderEnd] | ||
+ | * [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:OnSendBegin OnSendBegin] | ||
+ | * [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:OnStateChange OnStateChange] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestDone OnRequestDone] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnRequestDone OnRequestDone] | ||
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnLocationChange OnLocationChange] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnCookie OnCookie] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDataPush OnDataPush] |
− | * [http://wiki.overbyte.be/wiki/index.php/THttpCli: | + | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnDataPush2 OnDataPush2] |
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksServer SocksServer] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksLevel SocksLevel] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksPort SocksPort] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksUsercode SocksUsercode] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksPassword SocksPassword] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:SocksAuthentication SocksAuthentication] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksConnected OnSocksConnected] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksAuthState OnSocksAuthState] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocksError OnSocksError] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnSocketError OnSocketError] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnBeforeHeaderSend OnBeforeHeaderSend] | ||
== FAQ == | == FAQ == |
Revision as of 10:51, 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
- URL
- LocalAddr
- Proxy
- ProxyPort
- Sender
- Agent
- Accept
- AcceptLanguage
- Reference
- Connection
- ProxyConnection
- NoCache
- ModifiedSince
- Cookie
- ContentTypePost
- ContentRangeBegin
- ContentRangeEnd
- AcceptRanges
- MultiThreaded
- RequestVer
- FollowRelocation
- Options
Events
- OnTrace
- OnSessionConnected
- OnSessionClosed
- OnHeaderData
- OnCommand
- OnHeaderBegin
- OnHeaderEnd
- OnRequestHeaderBegin
- OnRequestHeaderEnd
- OnDocBegin
- OnDocData
- OnDocEnd
- OnSendBegin
- OnSendData
- OnSendEnd
- OnStateChange
- OnRequestDone
- OnLocationChange
- OnCookie
- OnDataPush
- OnDataPush2
- SocksServer
- SocksLevel
- SocksPort
- SocksUsercode
- SocksPassword
- SocksAuthentication
- OnSocksConnected
- OnSocksAuthState
- OnSocksError
- OnSocketError
- OnBeforeHeaderSend