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"