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.
If the ContentLength property is set to any value other than -1, the Method must support uploading data.