GetRequestMethod (open)
Get the HTTP request method used in this request
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
STRING FUNCTION GetRequestMethod()
Return value
STRING
The HTTP method, eg "GET", "POST", "HEAD", "PUT"
Get the HTTP request method used in this request
LOADLIB "mod::system/lib/webserver.whlib";
STRING FUNCTION GetRequestMethod()
STRING
The HTTP method, eg "GET", "POST", "HEAD", "PUT"