CGIVars

Holds parsed CGI meta-variables.

Members

Static functions

fromAA
typeof(this) fromAA(string[string] env)

Parse from an environment block (represented as an associate array).

Variables

authType
string authType;

The CGI "AUTH_TYPE" meta-variable.

contentLength
string contentLength;

The CGI "CONTENT_LENGTH" meta-variable.

contentType
string contentType;

The CGI "CONTENT_TYPE" meta-variable.

documentRoot
string documentRoot;

The SCGI "DOCUMENT_ROOT" meta-variable.

documentUri
string documentUri;

The SCGI "DOCUMENT_URI" meta-variable.

gatewayInterface
string gatewayInterface;

The CGI "GATEWAY_INTERFACE" meta-variable.

pathInfo
string pathInfo;

The CGI "PATH_INFO" meta-variable.

pathTranslated
string pathTranslated;

The CGI "PATH_TRANSLATED" meta-variable.

queryString
string queryString;

The CGI "QUERY_STRING" meta-variable.

remoteAddr
string remoteAddr;

The CGI "REMOTE_ADDR" meta-variable.

remoteHost
string remoteHost;

The CGI "REMOTE_HOST" meta-variable.

remoteIdent
string remoteIdent;

The CGI "REMOTE_IDENT" meta-variable.

remoteUser
string remoteUser;

The CGI "REMOTE_USER" meta-variable.

requestMethod
string requestMethod;

The CGI "REQUEST_METHOD" meta-variable.

requestUri
string requestUri;

The SCGI "REQUEST_URI" meta-variable.

scriptName
string scriptName;

The CGI "SCRIPT_NAME" meta-variable.

serverName
string serverName;

The CGI "SERVER_NAME" meta-variable.

serverPort
string serverPort;

The CGI "SERVER_PORT" meta-variable.

serverProtocol
string serverProtocol;

The CGI "SERVER_PROTOCOL" meta-variable.

serverSoftware
string serverSoftware;

The CGI "SERVER_SOFTWARE" meta-variable.

Meta