GetAllWebVariables (open)

Get all query variables

Syntax

LOADLIB "mod::system/lib/webserver.whlib";

RECORD ARRAY FUNCTION GetAllWebVariables()

Return value

RECORD ARRAY

Record array of query variables

STRING data

The data of the query variable as a blob

STRING filename

The suggested filename for this variable, if any

BOOLEAN ispost

This variable was passed through the body of a POST message (not on the URL)

STRING name

Name of the query variable

STRING value

Value 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.