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

TRequestInterceptorList

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

Collection of request interceptors

Declaration

Source position: httproute.pp line 188

type TRequestInterceptorList = class(TCollection)

public

  function addInterCeptor();

  

Adds a new interceptor to the collection

  function RunIntercepts(); virtual;

  

Executes interceptors at specified timing

  function IndexOfInterceptor();

  

Finds index of interceptor by name

  function FindInterceptor();

  

Finds interceptor by name

  property Interceptors []: TRequestInterceptorItem; default; [r]

  

Provides indexed access to interceptors

end;

Inheritance

TRequestInterceptorList

  

Collection of request interceptors

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

TRequestInterceptorList manages a collection of request interceptors. It provides methods for adding, finding, and executing interceptors during request processing.


Documentation generated on: Jan 27 2026