Datasnap.DSHTTPClient.TDSHTTP.Head

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Head(const AURL: string);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

Sendet eine HEAD-Befehlsanforderung.

Der AURL-Parameter repräsentiert den URL, an den der HEAD-Befehl gesendet wird.

Exceptions

Exception Meldung Beschreibung

EHTTPProtocolException

<HTTP protocol version> <HTTP status code> <Reason-Phrase>

Aus der Serverantwort wird eine Protokoll-Exception ausgelöst.

Siehe auch