TAnonymousServerModule Class
HTTP server module that delegates request processing to an anonymous procedure supplied at construction, instead of requiring a dedicated module subclass.
Syntax
Unit: Sparkle.HttpServer.Module
TAnonymousServerModule = class(THttpServerModule);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new TAnonymousServerModule bound to the given base URI, using the supplied procedure to handle requests. |