Datasnap.DSHTTPClient.TDSHTTP.Head
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: TDSHTTP |
Delphi
procedure Head(const AURL: string);
C++
void __fastcall Head(const System::UnicodeString AURL);
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. |