REST.Client.TRESTRequest.Method

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Method: TRESTRequestMethod read GetMethod write SetMethod stored MethodIsStored;

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

See Also