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

TInterceptAt

Timing enumeration for request interception

Declaration

Source position: httproute.pp line 167

type TInterceptAt = (

  iaBefore,

  

Intercept before request processing

  iaAfter

  

Intercept after request processing

);

Description

TInterceptAt specifies when request interception should occur. It determines whether the interceptor runs before or after normal request processing.


Documentation generated on: Jan 27 2026