TBaseHttpServerModule.Execute Method
Processes a request: runs the middleware pipeline, then the module request processing, and closes the response if it was not closed yet.
Syntax
Unit: Sparkle.HttpServer.Module
procedure TBaseHttpServerModule.Execute(const Context: THttpServerContext);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Context | THttpServerContext | The server context holding the request to process and the response to fill. |