Data.Cloud.CloudAPI.TCloudHTTP.Head

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Head(AURL: string);

C++

void __fastcall Head(System::UnicodeString AURL);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP

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.

See Also