THttpDispatcher.AddModule Method
Registers a module to process the requests addressed to its base URI.
Syntax
Unit: Sparkle.HttpServer.Dispatcher
procedure THttpDispatcher.AddModule(AModule: THttpServerModule); overload; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AModule | THttpServerModule | The module to register. The dispatcher takes ownership of it. |