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. | ||
+ | |||
+ | '''unit''' HttpProt | ||
== Properties == | == Properties == |
Revision as of 20:26, 16 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.
unit HttpProt
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 - Complete URL to act on
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