ad_register_proc

EveAndersson.com : API Browser : ad_register_proc

ad_register_proc

ad_register_proc [ -debug debug ] [ -noinherit noinherit ] \
    [ -description description ] method path proc [ args... ]
Defined in packages/acs-core/request-processor-procs.tcl

Registers a procedure (see ns_register_proc for syntax). Use a method of "*" to register GET, POST, and HEAD filters. If debug is set to "t", all invocations of the procedure will be ns_logged. If proc is "rp_escape", the request processor will return "filter_ok" so that any other registered filters or procs are invoked.

Switches:
-debug (defaults to "f")
-noinherit (defaults to "f")
-description (optional)

Parameters:
method
path
proc
[ show source ]

Show another procedure:

eve@eveandersson.com