| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::Plugin::RequestInspector - Inspect requests
Do not use this plugin directly. Other plugins use this plugin.
Sets up hooks into the request cycle.
Hooks into the request cycle to forward "request is beginning" and more metadata to RequestInspector plugins.
Hooks into the request cycle to forward "request is done" and more metadata to RequestInspector plugins.
Clears the list of request inspections.
Adds the current request inspection to the data store.
Returns the most recent request ID.
Returns the opaque plugin data for a particular request ID and plugin class name.
Returns the opaque plugin data for all requests, for a given plugin class name.
Returns all data for a particular request ID.
Returns a list of all inspections for all requests.
Returns a list of plugin instances that hook into RequestInspector.
Instantiates a new request inspection, setting up some default values.
Decides whether the request described by the CGI parameter should be handled, based on plugin configuration.
This plugin is versioned because it provides model classes.
| Jifty documentation | view source | Contained in the Jifty distribution. |