Introduction
  CGI and SSI
  <pike> tag
  Pike script
  Modules
  Parser modules
  Location modules
  Other module types
    Authentification
    Directory
    Extension
    File extension
    Filter
    First
    Last
    Log
    Provider
    URL
  Request information object
  Responses
  Library methods
 
First

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.

The available API method is:

mixed first_try( object id)
id is the request information object. For possible return values see the responses chapter.