@@ -514,6 +514,8 @@ type
Property Actions;
Property CreateSession;
Property Session;
+ Property Kind;
+ Property AfterInitModule;
Property OnCreateDocument;
Property OnCreateWriter;
Property OnGetContent;
@@ -45,6 +45,11 @@ Type
// Overrides TCustomHTTPModule to implement file serving.
Procedure HandleRequest(ARequest : TRequest; AResponse : TResponse); override;
Property CacheControlMaxAge : Integer Read FCacheControlMaxAge Write FCacheControlMaxAge;
+ Published
+ Property CORS;
+ property Kind;
+ Property BaseURL;
end;
TFPCustomFileModuleClass = Class of TFPCustomFileModule;
@@ -66,6 +66,11 @@ Type
procedure ReRouteRequest(L: TProxyLocation; ARequest: TRequest; AResponse: TResponse);virtual;
Public
{ TProxyManager }
@@ -113,6 +113,10 @@ Type
Property RouterPath;
Property NameSpace;
+ Property Session;
Property OnNewSession;
Property OnSessionExpired;
Property CORS;
@@ -143,6 +143,12 @@ type
Property APIRequestSources;
Property APIRequestName;
+ Property OnNewSession;
+ Property OnSessionExpired;
implementation
@@ -37,7 +37,13 @@ Type
Published
Property Dispatcher : TSQLDBRestDispatcher Read FDispatcher Write SetDispatcher;
Property Kind;
@@ -490,6 +490,10 @@ type
TFPWebProviderDataModule = Class(TFPCustomWebProviderDataModule)
Property InputAdaptor;
Property ContentProducer;