Table of Contents

IHttpServerMiddleware Interface

A middleware that can be added to a server module to intercept the processing of its requests.

Syntax

Unit: Sparkle.HttpServer.Module

IHttpServerMiddleware = interface(IInterface);

Methods

Name Description
GetMiddlewareFunc Returns the function used to wrap the module request processing with this middleware behavior.