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

THTTPRouter.BeforeRequest

Event triggered before processing requests

Declaration

Source position: httproute.pp line 283

public property THTTPRouter.BeforeRequest : THTTPRouteRequestEvent
  read FBeforeRequest
  write FBeforeRequest;

Description

BeforeRequest is an event that fires before any request processing begins. It allows global pre-processing of requests before route matching and handling.


Documentation generated on: Jan 27 2026