THTTPParams
From Ultibo.org
Return to Unit HTTP
Description
To be documented
Class definitions
[Expand]
THTTPParams = class(TObject)
Function declarations
[Expand]
function THTTPParams.GetParam(APrevious:THTTPParam):THTTPParam;
Description: To be documented
[Expand]
function THTTPParams.FindParam(const AName:String):THTTPParam;
Description: To be documented
[Expand]
function THTTPParams.AddParam(const AName,AValue:String):Boolean;
Description: To be documented
[Expand]
function THTTPParams.DeleteParam(const AName:String):Boolean;
Description: To be documented
Return to Unit Reference