VAR HTTPVer
Attribute: EXPORTED
Datatype: Character
Description
Holds the version of HTTP Emulation. Under most circumstances this value is overridden by the Server's response.
By default it holds the value of "1.0"
Usage:
Local oCGI := aprCGI():New()
cVer := oCGI:HTTPVer // Result: "1.0"
oCGI:HTTPVer := "1.1"
cVer := oCGI:HTTPVer // Result: "1.1"
![]() |