Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPRouter.RouteRequest

Routes an HTTP request to appropriate handler

Declaration

Source position: httproute.pp line 273

public procedure THTTPRouter.RouteRequest(

  ARequest: TRequest;

  AResponse: TResponse

);

Arguments

ARequest

  

HTTP request to route

AResponse

  

HTTP response to generate

Description

RouteRequest processes an incoming HTTP request by finding the appropriate route and executing its handler. It includes interceptor processing and error handling for the complete request lifecycle.


Documentation generated on: Jan 27 2026