Difference between revisions of "THttpCli"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
{| | {| | ||
| − | | valign="top" width="150" | [[THttpCli.Accept | Accept]] |||| | + | | valign="top" width="150" | [[THttpCli.Accept | Accept]] |||| Short description |
|- | |- | ||
| [[THttpCli.AcceptLanguage | AcceptLanguage]] |||| | | [[THttpCli.AcceptLanguage | AcceptLanguage]] |||| | ||
Revision as of 19:25, 18 February 2006
Contents
Overview
- unit HttpProt.pas
- inheritance
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
Methods
| Abort | align test | |
| Close | ||
| CloseAsync | ||
| Create | ||
| Destroy | ||
| Get | ||
| GetASync | ||
| Head | ||
| HeadASync | ||
| Post | ||
| PostASync | ||
| Put | ||
| PutASync | align test |
Events
FAQ
How to implement a timeout for THttpCli in my application?
How to implement a progress for THttpCli in my application?
How to implement a download size limitation for THttpCli in my application?