IHttpServerMiddleware.GetMiddlewareFunc Method
Returns the function used to wrap the module request processing with this middleware behavior.
Syntax
Unit: Sparkle.HttpServer.Module
function IHttpServerMiddleware.GetMiddlewareFunc: TMiddlewareFunc; virtual; abstract;