DSAzure.TAzureHTTP.Head

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Head(AURL: string);

C++

HIDESBASE void __fastcall Head(System::UnicodeString AURL);

Properties

Type Visibility Source Unit Parent
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP

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.

See Also