REST.Client.TCustomRESTRequest.Method

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Method: TRESTRequestMethod read FMethod write SetMethod stored MethodIsStored;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


Description

Méthode HTTP de la requête.

rmGET est la valeur par défaut. Les valeurs possibles sont :

Valeur Méthode
rmGET GET
rmPOST POST
rmPUT PUT
rmDELETE DELETE
rmPATCH PATCH

Voir aussi