GetRequestMethod (open)
Get the HTTP request method used in this request
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
STRING FUNCTION GetRequestMethod()Return value
STRINGThe 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()STRINGThe HTTP method, eg "GET", "POST", "HEAD", "PUT"