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

TRequestInterceptorItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Single request interceptor definition

Declaration

Source position: httproute.pp line 171

type TRequestInterceptorItem = class(TCollectionItem)

public

  property Disabled: Boolean; [rw]

  

Controls whether the interceptor is active

  property Name: string; [r]

  

Unique name of the interceptor

  property Event: TRequestInterceptEvent; [rw]

  

Event handler for the interceptor

  property InterceptAt: TInterceptAt; [rw]

  

Timing for when the interceptor runs

end;

Inheritance

TRequestInterceptorItem

  

Single request interceptor definition

|

TCollectionItem

|

TPersistent

|

TObject,IFPObserved

Description

TRequestInterceptorItem represents a single request interceptor in the interceptor collection. It contains the interceptor configuration including timing, event handler, and status.


Documentation generated on: Jan 27 2026