REST.Client.TRESTRequest.Method
Delphi
property Method;
C++
__property Method;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequest |
Description
HTTP method of the request.
REST.Client.TRESTRequest.Method inherits from REST.Client.TCustomRESTRequest.Method. All content below this line refers to REST.Client.TCustomRESTRequest.Method.
HTTP method of the request.
The default value is rmGET. Possible values are:
| Value | Method |
|---|---|
rmGET
|
GET |
rmPOST
|
POST |
rmPUT
|
PUT |
rmDELETE
|
DELETE |
rmPATCH
|
PATCH |