Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→Events) |
|||
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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Properties == | == Properties == | ||
Line 69: | Line 53: | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:TransferEncoding TransferEncoding] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:TransferEncoding TransferEncoding] | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:URL URL] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:URL URL] | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Abort Abort] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Close Close] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:CloseAsync CloseAsync] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Create Create] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Destroy Destroy] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Get Get] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:GetASync GetASync] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Head Head] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:HeadASync HeadASync] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Post Post] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:PostASync PostASync] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:Put Put] | ||
+ | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:PutASync PutASync] | ||
== Events == | == Events == |
Revision as of 12:27, 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.
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
Methods
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