REST.Client.TCustomRESTRequest.Method

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Method: TRESTRequestMethod read GetMethod write SetMethod stored MethodIsStored;

C++

__property Rest::Types::TRESTRequestMethod Method = {read=GetMethod, write=SetMethod, stored=MethodIsStored, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

リクエストの HTTP メソッドです。

デフォルト値は rmGET です。 取り得る値は以下のとおりです。

メソッド
rmGET GET
rmPOST POST
rmPUT PUT
rmDELETE DELETE
rmPATCH PATCH

関連項目