THttpCli
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?