Main request processing loop for the web handler
Source position: custweb.pp line 88
public procedure TWebHandler.Run; virtual; |
Starts the main request processing loop that waits for incoming HTTP requests and handles them. Continues processing until the handler is terminated, calling idle events between requests when available.
May raise exceptions during request waiting or processing.
|
Handles a complete HTTP request with error handling and cleanup |
|
|
Event triggered when the handler is idle between requests |