Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
(→Events) |
|||
Line 54: | Line 54: | ||
* [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderData OnHeaderEnd] | * [http://wiki.overbyte.be/wiki/index.php/THttpCli:OnHeaderData OnHeaderEnd] | ||
* [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:OnDocData OnDocData] |
Revision as of 10:50, 13 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
- Create(AOwner:TComponent)
- Destroy
- Get
- Post
- Put
- Head
- Close
- Abort
- GetASync
- PostASync
- PutASync
- HeadASync
- CloseAsync
Properties
- CtrlSocket
- Handle
- State
- LastResponse
- ContentLength
- ContentType
- TransferEncoding
- RcvdCount
- SentCount
- StatusCode
- ReasonPhrase
- DnsResult
- AuthorizationRequest
- DocName
- Location
- RcvdStream
- SendStream
- RcvdHeader
- Hostname
- Protocol