[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of request interceptors
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; |
|
Collection of request interceptors |
|
| | | ||
| | | ||
| | | ||
TRequestInterceptorList manages a collection of request interceptors. It provides methods for adding, finding, and executing interceptors during request processing.