THTTPHeaders
From Ultibo.org
Return to Unit HTTP
Description
To be documented
Class definitions
[Expand]
THTTPHeaders = class(TObject)
Function declarations
[Expand]
function THTTPHeaders.GetHeader(APrevious:THTTPHeader):THTTPHeader;
Description: To be documented
[Expand]
function THTTPHeaders.FindHeader(const AName:String):THTTPHeader;
Description: To be documented
[Expand]
function THTTPHeaders.AddHeader(const AName,AValue:String):Boolean;
Description: To be documented
[Expand]
function THTTPHeaders.DeleteHeader(const AName:String):Boolean;
Description: To be documented
Return to Unit Reference