Set of HTTP variable types
Source position: httpdefs.pp line 129
type THTTPVariables = array [THTTPVariableType] of string; |
THTTPVariables is an array type that maps HTTP variable types to their corresponding values. This provides indexed access to HTTP request and environment variables.