Mod Snake API

Jon Travis

jtravis@p00p.org

v0.50, 09 October 2000


Table of Contents
Terminology
ModSnakePyMod API
mod_snake Misc API
mod_snake Apache API
request_rec API
server_rec API
conn_rec API
filter API
brigade API
bucket API

Terminology

The following important terms are used throughout this documentation:

Callback

A Callable Python object. This object can take the form of an object method, a function, etc.

Directive

A line in an Apache configuration file (httpd.conf, .htaccess, etc.)

PyMod

A PyMod is a grouping of function callbacks, callback data, and directive information. In general, this cooresponds to a class within a Python module.