Executes interceptors at specified timing
Source position: httproute.pp line 193
public function TRequestInterceptorList.RunIntercepts( |
RunAt: TInterceptAt; |
ARequest: TRequest; |
AResponse: TResponse |
):Boolean; virtual; |
RunAt |
|
Timing when to run interceptors |
ARequest |
|
HTTP request to process |
AResponse |
|
HTTP response to process |
True if processing should continue
RunIntercepts executes all active interceptors that are configured to run at the specified timing. It processes request and response through each interceptor and returns whether processing should continue.