Inherits from
TObject
constructor Create;
destructor destroy ;
Get Request Method
function ParamRawData:string;
function GetParamItemName(inpStr:string;Cnt:integer):string;
parameters: aString : the complete string
SepChar : a single character used as separator
between the substrings
result : the number of substrings
function GetParamItemValue(inpStr:string;Cnt:integer):string;
function GetToken(aString, SepChar: String; TokenNum: Byte):String;
function NumToken(aString, SepChar: String):integer;
function ParamCount:Integer;
ContentLength : integer;
Public Part Declare
ContentType : string;
GatewayInterface : string;
HttpAccept : string;
HttpUserAgent : string;
Params : TStrings;
QueryString : string;
RemoteAddr : string;
RemoteHost : string;
RemoteUser : string;
RequestMethod : string;
ScriptName : string;
ServerName : string;
ServerProtocol : string;
ServerSoftware : string;
FInputRawData : String;
Private Part Declare
constructor Create;
destructor destroy ;
Get Request Method
function ParamRawData:string;
function GetParamItemName(inpStr:string;Cnt:integer):string;
parameters: aString : the complete string
SepChar : a single character used as separator
between the substrings
result : the number of substrings
function GetParamItemValue(inpStr:string;Cnt:integer):string;
function GetToken(aString, SepChar: String; TokenNum: Byte):String;
function NumToken(aString, SepChar: String):integer;
function ParamCount:Integer;
ContentLength : integer;
Public Part Declare
ContentType : string;
GatewayInterface : string;
HttpAccept : string;
HttpUserAgent : string;
Params : TStrings;
QueryString : string;
RemoteAddr : string;
RemoteHost : string;
RemoteUser : string;
RequestMethod : string;
ScriptName : string;
ServerName : string;
ServerProtocol : string;
ServerSoftware : string;
FInputRawData : String;
Private Part Declare