Table of Contents

TXDataBaseRequestHandler.Create Constructor

Creates a handler to process one request received by a module.

Syntax

Unit: XData.Module.Base

constructor TXDataBaseRequestHandler.Create(const AModule: TXDataBaseModule; const AHttpContext: THttpServerContext);

Parameters

<-> Parameter Type Description
const AModule TXDataBaseModule The module the request was addressed to.
const AHttpContext THttpServerContext The Sparkle context holding the request and the response.

See also