ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
CGIVars
ae
net
http
cgi
common
CGI meta-variables
struct
CGIVars {
@"AUTH_TYPE"
string
authType
;
@"CONTENT_LENGTH"
string
contentLength
;
@"CONTENT_TYPE"
string
contentType
;
@"GATEWAY_INTERFACE"
string
gatewayInterface
;
@"PATH_INFO"
string
pathInfo
;
@"PATH_TRANSLATED"
string
pathTranslated
;
@"QUERY_STRING"
string
queryString
;
@"REMOTE_ADDR"
string
remoteAddr
;
@"REMOTE_HOST"
string
remoteHost
;
@"REMOTE_IDENT"
string
remoteIdent
;
@"REMOTE_USER"
string
remoteUser
;
@"REQUEST_METHOD"
string
requestMethod
;
@"SCRIPT_NAME"
string
scriptName
;
@"SERVER_NAME"
string
serverName
;
@"SERVER_PORT"
string
serverPort
;
@"SERVER_PROTOCOL"
string
serverProtocol
;
@"SERVER_SOFTWARE"
string
serverSoftware
;
@"REQUEST_URI"
string
requestUri
;
@"DOCUMENT_URI"
string
documentUri
;
@"DOCUMENT_ROOT"
string
documentRoot
;
static
typeof
(
this
)
fromAA
(string[string] env);
}
Members
Static functions
fromAA
typeof
(
this
)
fromAA
(string[string] env)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
authType
string
authType
;
Undocumented in source.
contentLength
string
contentLength
;
Undocumented in source.
contentType
string
contentType
;
Undocumented in source.
documentRoot
string
documentRoot
;
Undocumented in source.
documentUri
string
documentUri
;
Undocumented in source.
gatewayInterface
string
gatewayInterface
;
Undocumented in source.
pathInfo
string
pathInfo
;
Undocumented in source.
pathTranslated
string
pathTranslated
;
Undocumented in source.
queryString
string
queryString
;
Undocumented in source.
remoteAddr
string
remoteAddr
;
Undocumented in source.
remoteHost
string
remoteHost
;
Undocumented in source.
remoteIdent
string
remoteIdent
;
Undocumented in source.
remoteUser
string
remoteUser
;
Undocumented in source.
requestMethod
string
requestMethod
;
Undocumented in source.
requestUri
string
requestUri
;
Undocumented in source.
scriptName
string
scriptName
;
Undocumented in source.
serverName
string
serverName
;
Undocumented in source.
serverPort
string
serverPort
;
Undocumented in source.
serverProtocol
string
serverProtocol
;
Undocumented in source.
serverSoftware
string
serverSoftware
;
Undocumented in source.
Meta
Source
See Implementation
ae
net
http
cgi
common
classes
CGIHttpRequest
structs
CGIRequest
CGIVars
CGI meta-variables