property HttpMethod: TScRequestMethod;
Description
Gets the method, that was used by the client in the request.
The HttpMethod property can contain any HTTP 1.1 protocol command: GET, HEAD, OPTIONS, POST, PUT, DELETE, TRACE, or PATCH.
This property is read-only.