|
First ModulesA first module is called right after the authentification module. It has the opportunity of handling the whole request before the normal processing. The module type constant is MODULE_FIRST. mapping first_try( RequestID id)id is the request information object. The return value is either a response mapping or zero (0) for non-handled requests. |
|||