Routes and processes an HTTP request to the appropriate handler
Source position: custweb.pp line 91
public procedure TWebHandler.HandleRequest( |
ARequest: TRequest; |
AResponse: TResponse |
); virtual; |
ARequest |
|
The HTTP request to route and process |
AResponse |
|
The HTTP response to populate |
Routes an HTTP request to the appropriate handler using either legacy routing or the HTTP router system. Catches and handles any exceptions that occur during request processing by calling the exception handler.
Catches all exceptions during request processing and handles them via ShowRequestException.
|
Controls whether to use legacy request routing instead of HTTP router |
|
ShowRequestException |