THTTPFile

From Ultibo.org
Jump to: navigation, search

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPFile = class(THTTPDocument)


Function declarations



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


[Expand]
function THTTPFile.GetFilename:String;
Description: To be documented


[Expand]
procedure THTTPFile.SetFilename(const AFilename:String);
Description: To be documented


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


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


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


Return to Unit Reference