Source position: httpdefs.pp line 115
type THTTPVariableTypes = set of ( |
hvUnknown, |
hvHTTPVersion, |
hvMethod, |
hvCookie, |
hvSetCookie, |
hvXRequestedWith, |
hvPathInfo, |
hvPathTranslated, |
hvRemoteAddress, |
hvRemoteHost, |
hvScriptName, |
hvServerPort, |
hvURL, |
hvQuery, |
hvContent |
); |