Adds a new interceptor to the collection
Source position: httproute.pp line 192
public function TRequestInterceptorList.addInterCeptor( |
const aName: string |
aName |
|
Name for the new interceptor |
Newly created interceptor item
addInterCeptor creates and adds a new request interceptor with the specified name. It returns the newly created interceptor item for further configuration.