Table of Contents

THttpServerModuleInfo Class

Associates a server module registered in a THttpDispatcher with the base URI it is registered under.

Syntax

Unit: Sparkle.HttpServer.Dispatcher

THttpServerModuleInfo = class(TObject);

Constructors

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

Properties

Name Description
BaseUri The base URI the module is registered under. Requests addressed to URIs under it are routed to the module.
Module The registered server module.