GetAllWebVariables (open)
Get all query variables
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
RECORD ARRAY FUNCTION GetAllWebVariables()Return value
RECORD ARRAYRecord array of query variables
STRING dataThe data of the query variable as a blob
STRING filenameThe suggested filename for this variable, if any
BOOLEAN ispostThis variable was passed through the body of a POST message (not on the URL)
STRING nameName of the query variable
STRING valueValue of the query variable (the first 4096 characters)
Description
GetAllWebVariables() returns a record array containing the names and values of all variables passed through the URL or a POST request.