Table of Contents

THttpServerModuleInfo.Create Constructor

Creates a new instance holding the given base URI and module.

Syntax

Unit: Sparkle.HttpServer.Dispatcher

constructor THttpServerModuleInfo.Create(const ABaseUri: TUri; AModule: TBaseHttpServerModule);

Parameters

<-> Parameter Type Description
const ABaseUri TUri The base URI the module is registered under. The new instance takes ownership of it.
AModule TBaseHttpServer​Module The registered module. The new instance takes ownership of it.

See also