THTTPHeaders
From Ultibo.org
Revision as of 06:27, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit HTTP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")
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