Home / comp / gb.web / request / method 
Request.Method (gb.web)
Syntax
STATIC PROPERTY READ Method AS String
Returns the method used for sending the request to the CGI application.

The return value can be "POST" or "GET".

It is an equivalent of CGI["REQUEST_METHOD"]