THttpServerModule.Create Constructor
Creates a new module bound to the given base URI.
Syntax
Unit: Sparkle.HttpServer.Module
constructor THttpServerModule.Create(const ABaseUri: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ABaseUri | string | The base URI the module processes requests for. |