TMiddlewareFunc Anonymous method
Function that wraps a request-processing procedure with a middleware behavior, returning the composed procedure.
Syntax
Unit: Sparkle.HttpServer.Module
TMiddlewareFunc = reference to function(Next: THttpServerProc): THttpServerProc;