API:REST.Backend.EndPoint.TBackendEndpoint.Method

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Method: TRESTRequestMethod read FMethod write SetMethod stored MethodIsStored;

C++

__property Method;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

Beschreibung

HTTP-Methode der Anforderung.

REST.Backend.EndPoint.TBackendEndpoint.Method erbt von REST.Client.TCustomRESTRequest.Method. Der folgende Inhalt bezieht sich auf REST.Client.TCustomRESTRequest.Method.

HTTP-Methode der Anforderung.

Der Vorgabewert ist rmGET. Die folgenden Werte sind möglich:

Wert Methode
rmGET GET
rmPOST POST
rmPUT PUT
rmDELETE DELETE
rmPATCH PATCH

Siehe auch