docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1System Developer Manual PikeThe Roxen Module API
Copyright © 2019, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

First Modules

A 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.