REST.Backend.EndPoint.TBackendEndpoint.Method
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 |