TBaseHttpServerModule.ProcessRequest Method
Processes a request addressed to the module. Descendants implement this method.
Syntax
Unit: Sparkle.HttpServer.Module
procedure TBaseHttpServerModule.ProcessRequest(const Context: THttpServerContext); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Context | THttpServerContext | The server context holding the request to process and the response to fill. |