* Make some properties public

This commit is contained in:
Michaël Van Canneyt 2021-09-15 11:18:12 +02:00
parent abe3002b5b
commit b08c12ff8a

View File

@ -35,10 +35,19 @@ Type
protected
Procedure InitRequest(ARequest : TFPHTTPConnectionRequest); override;
Procedure InitResponse(AResponse : TFPHTTPConnectionResponse); override;
Public
Property WebHandler : TFPHTTPServerHandler Read FWebHandler;
Property Active;
Property OnAcceptIdle;
Property AcceptIdleTimeout;
Property Address;
property AdminMail;
property AdminName;
property ServerBanner;
Property LookupHostNames;
property HostName;
Property CertificateData;
Property UseSSL;
end;
{ TFCgiHandler }