Handles a complete HTTP request with error handling and cleanup
Source position: custweb.pp line 90
public procedure TWebHandler.DoHandleRequest( |
ARequest: TRequest; |
AResponse: TResponse |
); |
ARequest |
|
The HTTP request to process |
AResponse |
|
The HTTP response to send |
Processes a complete HTTP request including error handling, response sending, and proper cleanup of request and response objects. Ensures content is sent even if not explicitly sent by the handler, and logs any content sending errors.
Handles and logs content sending errors internally.
|
Routes and processes an HTTP request to the appropriate handler |
|
EndRequest |