property Method: TScRequestMethod; default rmGET;
Description
Gets or sets the HTTP method used for the request when contacting the internet resource.
The default value is GET.
The Method property can be set to any of the HTTP/1.1 protocol verbs: GET, HEAD, OPTIONS, POST, PUT, DELETE, TRACE, or PATCH.
The value can be used to initialize the corresponding property of new TScRestRequest objects.