THTTPFolder

From Ultibo.org
Jump to: navigation, search

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPFolder = class(THTTPDocument)


Function declarations



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


[Expand]
function THTTPFolder.GetFolder:String;
Description: To be documented


[Expand]
procedure THTTPFolder.SetFolder(const AFolder:String);
Description: To be documented


[Expand]
function THTTPFolder.GetIndexPage:String;
Description: To be documented


[Expand]
procedure THTTPFolder.SetIndexPage(const AIndexPage:String);
Description: To be documented


[Expand]
procedure THTTPFolder.SetAllowCache(AAllowCache:Boolean);
Description: To be documented


[Expand]
procedure THTTPFolder.SetAllowListing(AAllowListing:Boolean);
Description: To be documented


[Expand]
procedure THTTPFolder.SetAllowSubtree(AAllowSubtree:Boolean);
Description: To be documented


[Expand]
procedure THTTPFolder.SetHideSubfolders(AHideSubfolders:Boolean);
Description: To be documented


[Expand]
procedure THTTPFolder.SetForceTrailingSlash(AForceTrailingSlash:Boolean);
Description: To be documented


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


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


[Expand]
function THTTPFolder.DoGetFile(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse; const AFile:String):Boolean;
Description: To be documented


[Expand]
function THTTPFolder.DoGetFolder(AHost:THTTPHost;ARequest:THTTPServerRequest;AResponse:THTTPServerResponse;const AFolder:String):Boolean;
Description: To be documented


Return to Unit Reference