Datasnap.DSHTTPClient.TDSHTTP.Head
Delphi
procedure Head(const AURL: string);
C++
void __fastcall Head(const System::UnicodeString AURL);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp |
Datasnap.DSHTTPClient | TDSHTTP |
Description
Sends a HEAD command request.
The AURL parameter represents the URL where the HEAD command is sent.
Exceptions
| Exception | Message | Description |
|---|---|---|
|
|
A protocol exception is raised from the server response. |