Variables and Functions
Classes
FuncBase64
Func
Encodes the specified var in base64
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
FuncHex
Func
Encodes the specified var in hex.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
FuncLower
Func
Lowercase the specified var.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
FuncMath
Func
Perform a math operation. Example: CONTENT_LENGTH+1
Supported operations: + - * /
Warning
Requires matheval support.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
FuncMime
Func
Returns mime type of a variable.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
FuncUpper
Func
Uppercase the specified var.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarCookie
Var
Returns cookie variable
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarGeoip
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
vars_city
| .vars_city: ClassVar = [
CONTINENT,
COUNTRY_CODE,
COUNTRY_CODE3,
COUNTRY_NAME,
REGION,
REGION_NAME,
CITY,
POSTAL_CODE,
LATITUDE,
LONGITUDE,
DMA,
AREA,
]
|
Keys avaiable for city database.
vars_country
| .vars_country: ClassVar = [
COUNTRY_CODE,
COUNTRY_CODE3,
COUNTRY_NAME,
]
|
Keys avaiable for country database.
VarHttptime
Var
Returns http date adding the numeric argument (if specified)
to the current time (use empty arg for current server time).
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarMetric
Var
Returns metric (see monitoring) variable.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarQuery
Var
Returns query string variable.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarRequest
Var
Returns request variable. Examples: PATH_INFO, SCRIPT_NAME, REQUEST_METHOD.
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarTime
Var
Returns time/date in various forms.
Supported variables:
* unix
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.
VarUwsgi
Var
Returns internal uWSGI information.
Supported variables:
* wid
* pid
* uuid
* status
alias
Alias to address this value.
args_joiner
Symbol to join arguments with.
name
Name to represent the group.
name_separator
| .name_separator: str = ':'
|
Separator to add after name portion.
name_separator_strip
| .name_separator_strip: bool = False
|
Strip leading and trailing name separator from the result.
opt_key
| .opt_key: str | None = None
|
Allows swapping default option key with custom value.
plugin
| .plugin: bool | str = False
|
Indication this option group belongs to a plugin.