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
 
Last

A last module is called in case no other module could handle the request. Its module type constant is MODULE_LAST. Its API method is:

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