THTTPDocument

From Ultibo.org
Jump to: navigation, search

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPDocument = class(TListObject)


Function declarations



[Expand]
constructor THTTPDocument.Create;
Description: To be documented


[Expand]
destructor THTTPDocument.Destroy;
Description: To be documented


[Expand]
function THTTPDocument.GetName:String;
Description: To be documented


[Expand]
procedure THTTPDocument.SetName(const AName:String);
Description: To be documented


[Expand]
procedure THTTPDocument.SetFlags(AFlags:LongWord);
Description: To be documented


[Expand]
function THTTPDocument.GetIsDefault:Boolean;
Description: To be documented


[Expand]
procedure THTTPDocument.SetIsDefault(AIsDefault:Boolean);
Description: To be documented


[Expand]
function THTTPDocument.GetIsFolder:Boolean;
Description: To be documented


[Expand]
procedure THTTPDocument.SetIsFolder(AIsFolder:Boolean);
Description: To be documented


[Expand]
function THTTPDocument.GetIsSubtree:Boolean;
Description: To be documented


[Expand]
procedure THTTPDocument.SetIsSubtree(AIsSubtree:Boolean);
Description: To be documented


[Expand]
function THTTPDocument.GetIsExtension:Boolean;
Description: To be documented


[Expand]
procedure THTTPDocument.SetIsExtension(AIsExtension:Boolean);
Description: To be documented


[Expand]
function THTTPDocument.AcquireLock:Boolean;
Description: To be documented


[Expand]
function THTTPDocument.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function THTTPDocument.DoGet(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: Base GET Method for an HTTP Document


[Expand]
function THTTPDocument.DoHead(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: Base HEAD Method for an HTTP Document


[Expand]
function THTTPDocument.DoPost(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: Base POST Method for an HTTP Document


[Expand]
function THTTPDocument.DoPut(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: Base PUT Method for an HTTP Document


[Expand]
function THTTPDocument.FindAlias(const AName:String):THTTPAlias;
Description: To be documented


[Expand]
function THTTPDocument.MatchAlias(const AName:String):THTTPAlias;
Description: To be documented


[Expand]
function THTTPDocument.RegisterAlias(AAlias:THTTPAlias):Boolean;
Description: To be documented


[Expand]
function THTTPDocument.DeregisterAlias(AAlias:THTTPAlias):Boolean;
Description: To be documented


Return to Unit Reference