mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 15:10:25 +02:00
* Make some properties public
This commit is contained in:
parent
abe3002b5b
commit
b08c12ff8a
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user