DSAzure.TAzureHTTP.Head
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DSAzure.pas DSAzure.hpp
| |
Unit: DSAzure | |
Parent: TAzureHTTP |
Delphi
procedure Head(AURL: string);
C++
HIDESBASE void __fastcall Head(System::UnicodeString AURL);
Description
Sends a HEAD
command type request.
The Head method sends a HEAD
command type request. Head returns the server response for the issued command.
AURL
is the URL (Uniform Resource Locator) where the HEAD
command is sent.