REST.Client.TRESTRequest.Method

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

Delphi

property Method: TRESTRequestMethod read GetMethod write SetMethod stored MethodIsStored;

C++

__property Method;

プロパティ

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

説明

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

REST.Client.TRESTRequest.Method は REST.Client.TCustomRESTRequest.Method を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.Method を参照しています。


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

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

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

関連項目