THTTPFolder
From Ultibo.org
Return to Unit HTTP
Description
To be documented
Class definitions
[Expand]
THTTPFolder = class(THTTPDocument)
Function declarations
[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