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

TRequestInterceptorList.addInterCeptor

Adds a new interceptor to the collection

Declaration

Source position: httproute.pp line 192

public function TRequestInterceptorList.addInterCeptor(

  const aName: string

):TRequestInterceptorItem;

Arguments

aName

  

Name for the new interceptor

Function result

Newly created interceptor item

Description

addInterCeptor creates and adds a new request interceptor with the specified name. It returns the newly created interceptor item for further configuration.


Documentation generated on: Jan 27 2026