Data.Cloud.CloudAPI.TCloudHTTP.Head
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp
| |
Unit: Data.Cloud.CloudAPI | |
Parent: TCloudHTTP |
Delphi
procedure Head(AURL: string);
C++
void __fastcall Head(System::UnicodeString AURL);
Description
Sends a HEAD command request.
This TCloudHTTP instance will hold the resulting headers from the request.
The AURL
parameter represents the URL where the HEAD command is sent.